Lifecycle event fired when IHazelcastInstance's state changes.
Inheritance Hierarchy
Hazelcast.CoreLifecycleEvent
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax
The LifecycleEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LifecycleEvent | Initializes a new instance of the LifecycleEvent class |
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetState | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Remarks
- Starting
- Started
- Shutting down
- Shut down completed
- Merging
- Merged
See Also