次の方法で共有


RetryPolicy クラス

定義

イベント サブスクリプションの再試行ポリシーに関する情報。

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

コンストラクター

RetryPolicy()

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

RetryPolicy(Nullable<Int32>, Nullable<Int32>)

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

プロパティ

EventTimeToLiveInMinutes

イベントの Time To Live (分単位) を取得または設定します。

MaxDeliveryAttempts

イベントの配信再試行の最大数を取得または設定します。

適用対象