| IClientMessageSetPartitionId Method |
Sets the partition ID field.
Namespace:
Hazelcast.Client.Protocol
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax IClientMessage SetPartitionId(
int partitionId
)
Function SetPartitionId (
partitionId As Integer
) As IClientMessage
IClientMessage^ SetPartitionId(
int partitionId
)
abstract SetPartitionId :
partitionId : int -> IClientMessage
Parameters
- partitionId
- Type: SystemInt32
The value to set in the partitions ID field.
Return Value
Type:
IClientMessageThe ClientMessage with the new partitions ID field value.
See Also