IPartitionAwareTGetPartitionKey Method Hazelcast .Net Client Class Library
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.9
Syntax

T GetPartitionKey()

Return Value

Type: T
partition 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

Reference