| IPartitionAwareTGetPartitionKey Method |
The key object that will be used by Hazelcast to specify the partition.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax Function GetPartitionKey As T
abstract GetPartitionKey : unit -> 'T
Return Value
Type:
Tpartition key
Remarks
The key object that will be used by Hazelcast to specify the partition.
You should give the same key for objects that you want them to locate in the same partition.
See Also