LEADTOOLS JPEG 2000 (Leadtools.Jpip assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Wait Property
See Also 
Leadtools.Jpip Namespace > ServerControlFields Class : Wait Property



The Wait Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Gets or sets a value indicating whether the server shall complete a response to the previous request.

Syntax

Visual Basic (Declaration) 
Public Property Wait As Nullable(Of Boolean)
Visual Basic (Usage)Copy Code
Dim instance As ServerControlFields
Dim value As Nullable(Of Boolean)
 
instance.Wait = value
 
value = instance.Wait
C# 
public Nullable<bool> Wait {get; set;}
C++/CLI 
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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features