Gets or sets a value indicating whether the server shall complete a response to the previous request.
public Nullable<bool> Wait { get; set; }
Public Property Wait As Nullable(Of Boolean)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET