| StopMonitorAction Constructor (String) |
Creates a new StopMonitorAction that ends monitoring of the given channel.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public StopMonitorAction(
string channel
)
Public Sub New (
channel As String
)
public:
StopMonitorAction(
String^ channel
)
new :
channel : string -> StopMonitorAction
Parameters
- channel
- Type: SystemString
[Missing <param name="channel"/> documentation for "M:AsterNET.Manager.Action.StopMonitorAction.#ctor(System.String)"]
See Also