Share via


RemoteResource.RequestGeneration Property

Gets a counter value that indicates which request number that the RemoteResource object is currently processing. Initiating a new request on this remote resource increments the RequestGeneration property and stops any pending or unfinished requests from this object.

Syntax

  public int RequestGeneration {get;}

Property Value

System.Int32.  Initialized to zero, counts up when resource requests are initiated on the remote resource object.

This property is read-only.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also