| ZapDialOffhookAction Constructor (Int32, String) |
Creates a new ZapDialOffhookAction that dials the given number on the given zap channel.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ZapDialOffhookAction(
int zapChannel,
string number
)
Public Sub New (
zapChannel As Integer,
number As String
)
public:
ZapDialOffhookAction(
int zapChannel,
String^ number
)
new :
zapChannel : int *
number : string -> ZapDialOffhookAction
Parameters
- zapChannel
- Type: SystemInt32
[Missing <param name="zapChannel"/> documentation for "M:AsterNET.Manager.Action.ZapDialOffhookAction.#ctor(System.Int32,System.String)"]
- number
- Type: SystemString
[Missing <param name="number"/> documentation for "M:AsterNET.Manager.Action.ZapDialOffhookAction.#ctor(System.Int32,System.String)"]
See Also