 | EventTriggerGetBasic Method |
Gets basic event information.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntaxpublic bool GetBasic(
out string log,
out string source,
out int? eventId
)
Request Example
View SourceParameters
- log String
- The event's log.
- source String
- The event's source. Can be null.
- eventId NullableInt32
- The event's id. Can be null.
Return Value
Booleantrue if subscription represents a basic event,
false if not.
See Also