.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    DistributedObjectLifecycleEventArgs Class

    Namespace: Hazelcast.Events
    Assembly: Hazelcast.Net.dll

    Provides a base class for cluster object lifecycle events data.

    public abstract class DistributedObjectLifecycleEventArgs
    Inheritance
    object
    DistributedObjectLifecycleEventArgs
    DistributedObjectCreatedEventArgs
    DistributedObjectDestroyedEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    DistributedObjectLifecycleEventArgs(string, string, Guid)

    Initializes a new instance of the DistributedObjectLifecycleEventArgs class.

    Properties

    Name Description
    Name

    Gets the name of the impacted object.

    ServiceName

    Gets the name of the service handling the impacted object.

    SourceMemberId

    Gets the unique identifier of the source member.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.