IClientMessageSetCorrelationId Method Hazelcast .Net Client Class Library
Sets the correlation id field.

Namespace: Hazelcast.Client.Protocol
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

IClientMessage SetCorrelationId(
	long correlationId
)

Parameters

correlationId
Type: SystemInt64
The value to set in the correlation id field.

Return Value

Type: IClientMessage
The ClientMessage with the new correlation id field value.
See Also

Reference