IBackgroundCopyJob::GetMinimumRetryDelay method (bits.h)

Retrieves the minimum length of time that the service waits after encountering a transient error condition before trying to transfer the file.

Syntax

HRESULT GetMinimumRetryDelay(
  [in] ULONG *Seconds
);

Parameters

[in] Seconds

Length of time, in seconds, that the service waits after encountering a transient error before trying to transfer the file.

Return value

This method returns S_OK on success or one of the standard COM HRESULT values on error.

Requirements

Requirement Value
Minimum supported client Windows XP
Minimum supported server Windows Server 2003
Target Platform Windows
Header bits.h
Library Bits.lib
DLL QmgrPrxy.dll

See also

IBackgroundCopyJob::GetNoProgressTimeout

IBackgroundCopyJob::SetMinimumRetryDelay