SqlAuthenticationProviderException.RetryPeriod プロパティ

定義

アクションを再試行する前に待機する時間 (ミリ秒単位)。 再試行期間が推奨されない場合は 0。 負の値は決してありません。 ShouldRetry が false の場合は常に 0。

public:
 property int RetryPeriod { int get(); };
public int RetryPeriod { get; }
member this.RetryPeriod : int
Public ReadOnly Property RetryPeriod As Integer

プロパティ値

適用対象