Interface ICorrelationToken
Provides a Correlation ID (also known as a Request ID) that is a unique identifier which is attached to requests and messages that allow reference to a particular transaction or event chain.
public interface ICorrelationToken
Properties
CorrelationId
Gets the unique correlation identifier.
string CorrelationId { get; }
Property Value
- string
The unique correlation identifier.