共用方式為


FixedBackoff(TimeSpan) 建構函式

定義

初始化 FixedBackoff 類別的新執行個體。

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

參數

delay
TimeSpan

嘗試之間的固定延遲。

適用於