次の方法で共有


FixedBackoff(TimeSpan) コンストラクター

定義

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

public FixedBackoff (TimeSpan delay);
new Orleans.Internal.FixedBackoff : TimeSpan -> Orleans.Internal.FixedBackoff
Public Sub New (delay As TimeSpan)

パラメーター

delay
TimeSpan

試行間の固定遅延。

適用対象