Search Results for

    Show / Hide Table of Contents

    Class LocalEventListener

    Abstract local event listener holder for LocalEventListeners. Use LocalEventListener<T> derived class.

    Inheritance
    System.Object
    LocalEventListener
    LocalEventListener<T>
    Namespace: Apache.Ignite.Core.Events
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public abstract class LocalEventListener : object

    Constructors

    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>
    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation