←Select platform

Wait Property

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

Syntax
C#
C++/CLI
Python
public Nullable<bool> Wait { get; set; } 
public: 
property Nullable<bool> Wait { 
   Nullable<bool> get(); 
   void set (    Nullable<bool> ); 
} 
Wait # get and set (ServerControlFields) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.