Table of Contents

Interface ICorrelationToken

Namespace
Cuemon.Messaging
Assembly
Cuemon.Core.dll

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.