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