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

EventCallbackWorkItem(MulticastDelegate)

Creates a new EventCallbackWorkItem with the provided delegate.

Fields

Empty

An empty EventCallbackWorkItem.

Methods

InvokeAsync(Object)

Invokes the delegate associated with this EventCallbackWorkItem.

Applies to