DeploymentBaseContext.RetryInterval 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在重試嘗試之間等候的間隔,以毫秒為單位。
public:
property int RetryInterval { int get(); };
public int RetryInterval { get; }
member this.RetryInterval : int
Public ReadOnly Property RetryInterval As Integer
屬性值
在重試嘗試之間等候的間隔,以毫秒為單位。
備註
預設值為 1000 毫秒。