DeploymentBaseContext.RetryInterval 屬性

定義

取得在重試嘗試之間等候的間隔,以毫秒為單位。

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

屬性值

在重試嘗試之間等候的間隔,以毫秒為單位。

備註

預設值為 1000 毫秒。

適用於