Click or drag to resize

IClientMessageSetPartitionId Method

Sets the partition ID field.

Namespace:  Hazelcast.Client.Protocol
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
IClientMessage SetPartitionId(
	int partitionId
)

Parameters

partitionId
Type: SystemInt32
The value to set in the partitions ID field.

Return Value

Type: IClientMessage
The ClientMessage with the new partitions ID field value.
See Also