Class LocalEventListener
Abstract local event listener holder for LocalEventListeners. Use LocalEventListener<T> derived class.
Namespace: Apache.Ignite.Core.Events
Assembly: Apache.Ignite.Core.dll
Syntax
public abstract class LocalEventListener : objectConstructors
LocalEventListener()
Initializes a new instance of the LocalEventListener class.
Declaration
protected LocalEventListener()Properties
EventTypes
Gets or sets the event types.
Declaration
public ICollection<int> EventTypes { get; set; }Property Value
| Type | Description | 
|---|---|
| ICollection<System.Int32> |