TaskEvent Class |
Namespace: Microsoft.Win32.TaskScheduler
The TaskEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| ActivityId |
Gets the activity id. This value is null for V1 events.
| |
| DataValues |
An indexer that gets the value of each of the data item values. This value is null for V1 events.
| |
| EventId |
Gets the event id.
| |
| EventRecord |
Gets the underlying EventRecord. This value is null for V1 events.
| |
| Level |
Gets the level. This value is null for V1 events.
| |
| OpCode |
Gets the op code. This value is null for V1 events.
| |
| ProcessId |
Gets the process id. This value is null for V1 events.
| |
| RecordId |
Gets the record id. This value is null for V1 events.
| |
| StandardEventId |
Gets the StandardTaskEventId from the EventId.
| |
| TaskCategory |
Gets the task category. This value is null for V1 events.
| |
| TaskPath |
Gets the task path.
| |
| TimeCreated |
Gets the time created.
| |
| UserId |
Gets the user id. This value is null for V1 events.
| |
| Version |
Gets the version. This value is null for V1 events.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object with another object of the same type.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDataValue | Obsolete.
Gets the data value from the task specific event data item list.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |