次の方法で共有


RetryHistory クラス

定義

再試行履歴。

public class RetryHistory
type RetryHistory = class
Public Class RetryHistory
継承
RetryHistory

コンストラクター

RetryHistory()

RetryHistory クラスの新しいインスタンスを初期化します。

RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse)

RetryHistory クラスの新しいインスタンスを初期化します。

プロパティ

ClientRequestId

クライアント要求 ID を取得します。

Code

状態コードを取得します。

EndTime

終了時刻を取得します。

Error

エラー応答を取得します。

ServiceRequestId

サービス要求 ID を取得します。

StartTime

開始時刻を取得します。

適用対象