| IClientMessageSetCorrelationId Method |
Sets the correlation ID field.
Namespace:
Hazelcast.Client.Protocol
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax IClientMessage SetCorrelationId(
long correlationId
)
Function SetCorrelationId (
correlationId As Long
) As IClientMessage
IClientMessage^ SetCorrelationId(
long long correlationId
)
abstract SetCorrelationId :
correlationId : int64 -> IClientMessage
Parameters
- correlationId
- Type: SystemInt64
The value to set in the correlation ID field.
Return Value
Type:
IClientMessageThe ClientMessage with the new correlation ID field value.
See Also