Click or drag to resize
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.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int DefaultEventTimeout { get; set; }

Property Value

Type: Int32
See Also