| ZapHangupAction Constructor (Int32) |
Creates a new ZapHangupAction that hangs up the given zap channel (the number of the zap channel to hang up).
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ZapHangupAction(
int zapChannel
)
Public Sub New (
zapChannel As Integer
)
public:
ZapHangupAction(
int zapChannel
)
new :
zapChannel : int -> ZapHangupAction
Parameters
- zapChannel
- Type: SystemInt32
[Missing <param name="zapChannel"/> documentation for "M:AsterNET.Manager.Action.ZapHangupAction.#ctor(System.Int32)"]
See Also