Click or drag to resize
ManagerConnectionDefaultResponseTimeout Property
Sets the time in milliseconds the synchronous method will wait for a response before throwing a TimeoutException.
Default is 2000.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int DefaultResponseTimeout { get; set; }

Property Value

Type: Int32
See Also