Click or drag to resize

IClientMessageSetCorrelationId Method

Sets the correlation ID field.

Namespace:  Hazelcast.Client.Protocol
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
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