| ZapDNDOnAction Constructor (Int32) |
Creates a new ZapDNDOnAction that enables "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 ZapDNDOnAction(
int zapChannel
)
Public Sub New (
zapChannel As Integer
)
public:
ZapDNDOnAction(
int zapChannel
)
new :
zapChannel : int -> ZapDNDOnAction
Parameters
- zapChannel
- Type: SystemInt32
[Missing <param name="zapChannel"/> documentation for "M:AsterNET.Manager.Action.ZapDNDOnAction.#ctor(System.Int32)"]
See Also