Wait Property

Summary
Gets or sets a value indicating whether the server shall complete a response to the previous request.
Syntax
C#
VB
C++
public Nullable<bool> Wait { get; set; } 
  
Public Property Wait As Nullable(Of Boolean) 
public: 
property Nullable<bool> Wait { 
   Nullable<bool> get(); 
   void set (    Nullable<bool> ); 
} 

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

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.