共用方式為


IBackgroundCopyJob::GetMinimumRetryDelay 方法 (bits.h)

擷取服務在嘗試傳輸檔案之前遇到暫時性錯誤狀況之後等待的時間長度下限。

語法

HRESULT GetMinimumRetryDelay(
  [in] ULONG *Seconds
);

參數

[in] Seconds

服務在嘗試傳輸檔案之前遇到暫時性錯誤之後等待的時間長度,以秒為單位。

傳回值

此方法會在成功時傳回 S_OK ,或錯誤時傳回其中一個標準 COM HRESULT 值。

規格需求

需求
最低支援的用戶端 Windows XP
最低支援的伺服器 Windows Server 2003
目標平台 Windows
標頭 bits.h
程式庫 Bits.lib
Dll QmgrPrxy.dll

另請參閱

IBackgroundCopyJob::GetNoProgressTimeout

IBackgroundCopyJob::SetMinimumRetryDelay