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.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.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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7