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: 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.