Visual Basic (Usage) | Copy Code |
---|---|
|
C++/CLI | |
---|---|
public: property Nullable<bool> Wait { Nullable<bool> get(); void set (Nullable<bool> value); } |
Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family