EventTrigger(String, String, NullableInt32) Constructor

Initializes an unbound instance of the EventTrigger class and sets a basic event.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public EventTrigger(
	string log,
	string source,
	int? eventId
)

Parameters

log  String
The event's log.
source  String
The event's source. Can be null.
eventId  NullableInt32
The event's id. Can be null.

See Also