  | ParkedCallEventTimeout Property  | 
            Get/Set the number of seconds this call will be parked.
            This corresponds to the parkingtime option in
            features.conf.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic long Timeout { get; set; }Public Property Timeout As Long
	Get
	Set
public:
property long long Timeout {
	long long get ();
	void set (long long value);
}member Timeout : int64 with get, set
Property Value
Type: 
Int64
See Also