Click or drag to resize
SetAutoHangupCommand Constructor
Creates a new SetAutoHangupCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetAutoHangupCommand(
	int time
)

Parameters

time
Type: SystemInt32
the number of seconds before this channel is automatically hung up.
0 disables the autohangup feature.
See Also