Share via


EventCallbackWorkItem Struct

Definition

Wraps a callback delegate associated with an event.

public value class EventCallbackWorkItem
public readonly struct EventCallbackWorkItem
type EventCallbackWorkItem = struct
Public Structure EventCallbackWorkItem
Inheritance
EventCallbackWorkItem

Constructors

Name Description
EventCallbackWorkItem(MulticastDelegate)

Creates a new EventCallbackWorkItem with the provided delegate.

Fields

Name Description
Empty

An empty EventCallbackWorkItem.

Methods

Name Description
InvokeAsync(Object)

Invokes the delegate associated with this EventCallbackWorkItem.

Applies to