Click or drag to resize
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.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChangeMonitorAction(
	string channel,
	string file
)

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