ContextSwitchContext 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 correlated context switch data.
public struct ContextSwitchContext
type ContextSwitchContext = struct
Public Structure ContextSwitchContext
- Inheritance
-
ContextSwitchContext
Constructors
ContextSwitchContext(EventContextState, ContextSwitch, ExceptionDispatchInfo) |
Initializes a new instance of the ContextSwitchContext structure. |
Properties
Canceled |
Gets a value indicating whether the consumer receiving this event context is cancelling delivery of future events. |
Data |
Gets the data that was parsed and correlated, if successful. |
Exception |
Gets the exception that occured attempting to parse an event or correlate data, if any. |
Succeeded |
Gets a value indicating whether the event was successfully parsed. |
Methods
Cancel() |
Cancels delivery of future data to the matching consumer. |