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