DistributedObjectLifecycleEventArgs Class
Namespace: Hazelcast.Events
Assembly: Hazelcast.Net.dll
Provides a base class for cluster object lifecycle events data.
public abstract class DistributedObjectLifecycleEventArgs
Inheritance
DistributedObjectLifecycleEventArgs
Inherited Members
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. |