ThreadRundownStartEventContext Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the context for a consumer that processes thread rundown start events.
public struct ThreadRundownStartEventContext
type ThreadRundownStartEventContext = struct
Public Structure ThreadRundownStartEventContext
- Inheritance
-
ThreadRundownStartEventContext
Constructors
ThreadRundownStartEventContext(TraceEvent, EventContextState, ThreadRundownStartEvent, ExceptionDispatchInfo) |
Initializes a new instance of the ThreadRundownStartEventContext structure. |
Properties
Canceled |
Gets a value indicating whether the consumer receiving this event context is cancelling delivery of future events. |
Data |
Gets the data from the event that was parsed, if successful. |
Exception |
Gets the exception that occurred attempting to parse the event, if any. |
SourceEvent |
Gets the unparsed event used to attempt to parse this event. |
Succeeded |
Gets a value indicating whether the event was successfully parsed. |
Methods
Cancel() |
Cancels delivery of future events to the matching event consumer. |