| ChangeMonitorAction Constructor (String, String) |
Creates a new ChangeMonitorAction that causes monitoring data for the
given channel to be written to the given file(s).
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ChangeMonitorAction(
string channel,
string file
)
Public Sub New (
channel As String,
file As String
)
public:
ChangeMonitorAction(
String^ channel,
String^ file
)
new :
channel : string *
file : string -> ChangeMonitorAction
Parameters
- channel
- Type: SystemString
the name of the channel that is monitored - file
- Type: SystemString
the (base) name of the file(s) to which the voice data is written
See Also