  | IClientMessageSetPartitionId Method  | 
 Sets the partition ID field.
 
    Namespace: 
   Hazelcast.Client.Protocol
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
SyntaxIClientMessage 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