| HangupAction Constructor (String) |
Creates a new HangupAction that hangs up the given channel.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public HangupAction(
string channel
)
Public Sub New (
channel As String
)
public:
HangupAction(
String^ channel
)
new :
channel : string -> HangupAction
Parameters
- channel
- Type: SystemString
the name of the channel to hangup.
See Also