Class RequestToken
- Namespace
- Cuemon.Messaging
- Assembly
- Cuemon.Core.dll
Provides a default implementation of the IRequestToken interface.
public class RequestToken : IRequestToken, IEquatable<RequestToken>
- Inheritance
-
RequestToken
- Implements
Constructors
RequestToken(String)
Initializes a new instance of the RequestToken class.
public RequestToken(string requestId = null)
Parameters
requestId
StringThe 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 String that represents this instance.
public override string ToString()