| ManagerConnectionDefaultResponseTimeout Property |
Sets the time in milliseconds the synchronous method
will wait for a response before throwing a TimeoutException.
Default is 2000.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int DefaultResponseTimeout { get; set; }
Public Property DefaultResponseTimeout As Integer
Get
Set
public:
property int DefaultResponseTimeout {
int get ();
void set (int value);
}
member DefaultResponseTimeout : int with get, set
Property Value
Type:
Int32See Also