Table of Contents

Interface IRequestToken

Namespace
Cuemon.Messaging
Assembly
Cuemon.Core.dll

Provides a Request ID that is a unique identifier which is attached to requests and messages that allow reference to a particular transaction.

public interface IRequestToken

Properties

RequestId

Gets the unique request identifier.

string RequestId { get; }

Property Value

String

The unique request identifier.