IPartitioningStrategyGetPartitionKey Method Hazelcast .Net Client Class Library
Returns 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.6.3.0
Syntax

Object GetPartitionKey(
	Object key
)

Parameters

key
Type: SystemObject
actual key object

Return Value

Type: Object
partition key object or null to fallback to default partition calculation
Remarks

Returns the key object that will be used by Hazelcast to specify the partition.
See Also

Reference