Exposes a method that initializes an EventBroker<TDelegate, TArgs, TState>.
Namespace: Metalama.Framework.RunTime.Events
Assembly: Metalama.Framework.dll
Syntax
public static class EventBrokerMethods
| Name | Description |
|---|---|
| EnsureInitialized<TDelegate, TArgs, TState>(ref EventBroker<TDelegate, TArgs, TState>?, DelegateEventAdapter<TDelegate, TArgs, TState>, TState) | Thread-safely initializes an EventBroker<TDelegate, TArgs, TState> field. |