Click or drag to resize
EventsAction Constructor (String)
Creates a new EventsAction that applies the given event mask to the current manager connection.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EventsAction(
	string eventMask
)

Parameters

eventMask
Type: SystemString
the event mask.
Set to "on" if all events should be send, "off" if not events should be sent or a combination of "system", "call" and "log" (separated by ',') to specify what kind of events should be sent.
See Also