Click or drag to resize
MonitorAction Constructor (String, String)
Creates a new MonitorAction that starts monitoring the given channel and writes voice data 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 MonitorAction(
	string channel,
	string file
)

Parameters

channel
Type: SystemString
the name of the channel to monitor
file
Type: SystemString
the (base) name of the file(s) to which the voice data is written
See Also