RequestId Property

Summary
Gets or sets the client Request ID.
Syntax
C#
VB
C++
public Nullable<int> RequestId { get; set; } 
  
Public Property RequestId As Nullable(Of Integer) 
public: 
property Nullable<int> RequestId { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

This field is used to specify a Request ID value.

Remarks

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.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.