EventCallbackWorkItem 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.
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 |
Fields
| Empty |
An empty EventCallbackWorkItem. |
Methods
| InvokeAsync(Object) |
Invokes the delegate associated with this EventCallbackWorkItem. |