Solclient
IMessageCorrelationId Property |
The correlation id is used for correlating a request to a reply.
If not present, null is returned.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
string CorrelationId { get; set; }
Property CorrelationId As String Get Set
property String^ CorrelationId { String^ get (); void set (String^ value); }
Property Value
Type: StringRemarks
Can be used as an identifier in a message selector.
See Also