Table of Contents

Class RequestToken

Namespace
Cuemon.Messaging
Assembly
Cuemon.Core.dll

Provides a default implementation of the IRequestToken interface.

public class RequestToken : IRequestToken, IEquatable<RequestToken>
Inheritance
Object
RequestToken
Implements
IEquatable<RequestToken>

Constructors

RequestToken(String)

Initializes a new instance of the RequestToken class.

public RequestToken(string requestId = null)

Parameters

requestId String

The string that uniquely identifies a request. Default value is a GUID expressed as 32 digits.

Properties

RequestId

Gets the unique request identifier.

public string RequestId { get; }

Property Value

String

The unique request identifier.

Methods

ToString()

Returns a System.String that represents this instance.

public override string ToString()

Returns

String

A System.String that represents this instance.

See Also