LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly)
LEAD Technologies, Inc

RequestId Property (ChannelFields)






Gets or sets the client Request ID.
Syntax
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);
}

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

See Also

Reference

ChannelFields Class
ChannelFields Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features