Search Results for

    Show / Hide Table of Contents

    Class ClientReconnectEventArgs

    Contains client reconnect event data.

    Inheritance
    object
    EventArgs
    ClientReconnectEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Apache.Ignite.Core.Lifecycle
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ClientReconnectEventArgs : EventArgs

    Constructors

    ClientReconnectEventArgs(bool)

    Initializes a new instance of the ClientReconnectEventArgs class.

    Declaration
    public ClientReconnectEventArgs(bool hasClusterRestarted)
    Parameters
    Type Name Description
    bool hasClusterRestarted

    Cluster restarted flag.

    Properties

    HasClusterRestarted

    Gets a value indicating whether this cluster has been restarted during reconnect.

    Declaration
    public bool HasClusterRestarted { get; }
    Property Value
    Type Description
    bool
    In this article
    Back to top © 2015 - 2019 The Apache Software Foundation