Leadtools.Jpip Namespace > ChannelFields Class : RequestId Property |
public Nullable<int> RequestId {get; set;}
'Declaration Public Property RequestId As Nullable(Of Integer)
'Usage Dim instance As ChannelFields Dim value As Nullable(Of Integer) instance.RequestId = value value = instance.RequestId
public IReference<int> RequestId {get; set;}
get_RequestId();
set_RequestId(value);
public: property Nullable<int> RequestId { Nullable<int> get(); void set ( Nullable<int> value); }
The client can use this field to specify a queue order for the requests it initiates to the server. A JPIP server will process the client requests by executing the requests with lower RequestId value first.
Do not use the same request-id value for two requests or initiate a new request with a RequestId value lower than a previous request.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2