  | IClientPartitionService Interface | 
 
            Partition service for Hazelcast clients.
            
 
    Namespace: 
   Hazelcast.Client.Spi
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxpublic interface IClientPartitionService
Public Interface IClientPartitionService
public interface class IClientPartitionService
type IClientPartitionService =  interface end
The IClientPartitionService type exposes the following members.
Methods
Remarks
            Allows to retrieve information about the partition count, partition owner or partition ID of a key.
            
See Also