EventRegistry<TEvent> Class

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.7.0.10816
C#
public class EventRegistry<TEvent>
Inheritance
Object    EventRegistry<TEvent>

Type Parameters

TEvent

Constructors

EventRegistry<TEvent>Initializes a new instance of the EventRegistry<TEvent> class

Properties

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GeDispatcher 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RaiseAsync<TValue> 
Subscribe<TValue>(TEvent, Action<TValue>) 
Subscribe<TValue>(TEvent, Func<TValue, Task>) 
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGeDispatcher 
Unsubscribe<TValue>(TEvent, Action<TValue>) 
Unsubscribe<TValue>(TEvent, Func<TValue, Task>) 

See Also