Click or drag to resize
OriginateTimeout Property
Get/Set the timeout for the origination (in seconds) for the origination.
The channel must be answered within this time, otherwise the origination is considered to have failed and an OriginateFailureEvent is generated.
If not set, a default value of 30 seconds.

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

Property Value

Type: Int64
See Also