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

Wait Property






Gets or sets a value indicating whether the server shall complete a response to the previous request.
Syntax
public Nullable<bool> Wait {get; set;}
'Declaration
 
Public Property Wait As Nullable(Of Boolean)
'Usage
 
Dim instance As ServerControlFields
Dim value As Nullable(Of Boolean)
 
instance.Wait = value
 
value = instance.Wait
public IReference<bool> Wait {get; set;}
 get_Wait();
set_Wait(value);
public:
property Nullable<bool> Wait {
   Nullable<bool> get();
   void set (    Nullable<bool> value);
}

Property Value

true to complete a response to the previous request; otherwise (default), false.
Remarks

If the value of this field is true, the server will wait until it executes previous requests from the client in a session before starting with this request. If the value of this field is false, the server will complete the response of the current request (if any) and close other requests in the queue and then start working on this request.

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

ServerControlFields Class
ServerControlFields 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