Solclient
IMessageCorrelationKey Property |
Applies to Guaranteed messages (where DeliveryMode is Persistent or Non-persistent).
When set on a message, the correlation key is
returned in a message acknowledgment event.
If not present, null is returned. CorrelationKey is local to the current application,
it is not transmitted on the wire.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Object CorrelationKey { get; set; }
Property CorrelationKey As Object Get Set
property Object^ CorrelationKey { Object^ get (); void set (Object^ value); }
Property Value
Type: ObjectSee Also