Click or drag to resize
HangupAction Constructor (String)
Creates a new HangupAction that hangs up the given channel.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HangupAction(
	string channel
)

Parameters

channel
Type: SystemString
the name of the channel to hangup.
See Also