Interface IRequestToken
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.