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
Constructors
DistributedObjectLifecycleEventArgs(String, String, Guid) | Initializes a new instance of the DistributedObjectLifecycleEventArgs class. |
Properties
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. |