Click or drag to resize
AGIScriptSetAutoHangup Method
Cause the channel to automatically hangup at the given number of seconds in the future.
0 disables the autohangup feature.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SetAutoHangup(
	int time
)

Parameters

time
Type: SystemInt32

[Missing <param name="time"/> documentation for "M:AsterNET.FastAGI.AGIScript.SetAutoHangup(System.Int32)"]

See Also