public class EventRegistry<TEvent>
EventRegistry<TEvent> | Initializes a new instance of the EventRegistry<TEvent> class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GeDispatcher | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
RaiseAsync<TValue> | |
Subscribe<TValue>(TEvent, Action<TValue>) | |
Subscribe<TValue>(TEvent, Func<TValue, Task>) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryGeDispatcher | |
Unsubscribe<TValue>(TEvent, Action<TValue>) | |
Unsubscribe<TValue>(TEvent, Func<TValue, Task>) |