SessionEventArgs.CorrelationKey Property

Solclient

SessionEventArgsCorrelationKey Property
version: 7.2.1.27
The correlation key passed in during session API calls.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Object CorrelationKey { get; }
Public ReadOnly Property CorrelationKey As Object
	Get
public:
property Object^ CorrelationKey {
	Object^ get ();
}

Property Value

Type: Object
See Also