Click or drag to resize
ZapDialOffhookAction Constructor (Int32, String)
Creates a new ZapDialOffhookAction that dials the given number on the given zap channel.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ZapDialOffhookAction(
	int zapChannel,
	string number
)

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