Bearbeiten

WindowInFocusIntervalContext Struct

Definition

Represents the context for a consumer that processes window-in-focus data.

public struct WindowInFocusIntervalContext
type WindowInFocusIntervalContext = struct
Public Structure WindowInFocusIntervalContext
Inheritance
WindowInFocusIntervalContext

Constructors

Name Description
WindowInFocusIntervalContext(EventContextState, WindowInFocusInterval, ExceptionDispatchInfo)

Initializes a new instance of the WindowInFocusIntervalContext structure.

Properties

Name Description
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

Name Description
Cancel()

Cancels delivery of future data to the matching consumer.

Applies to