| IPartition Interface |
Virtual partition instance.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public interface IPartition
Public Interface IPartition
public interface class IPartition
type IPartition = interface end
The IPartition type exposes the following members.
Methods Remarks
Virtual partition instance.
Each partition belongs to a member and this ownership may change when a member joins to or leaves the cluster.
See Also