Gets or sets the client Request ID.
public Nullable<int> RequestId { get; set; }
Public Property RequestId As Nullable(Of Integer)
This field is used to specify a Request ID 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.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET