Leadtools.Jpip Namespace > ServerControlFields Class : Wait Property |
public Nullable<bool> Wait {get; set;}
'Declaration Public Property Wait As Nullable(Of Boolean)
'Usage Dim instance As ServerControlFields Dim value As Nullable(Of Boolean) instance.Wait = value value = instance.Wait
public IReference<bool> Wait {get; set;}
get_Wait();
set_Wait(value);
public: property Nullable<bool> Wait { Nullable<bool> get(); void set ( Nullable<bool> value); }
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2