Compartilhar via


IBackgroundCopyJob::GetMinimumRetryDelay method

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 *pRetryDelay
);

Parameters

  • pRetryDelay [in]
    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

Minimum supported client

Windows 10, version 1709 [desktop apps only]

Minimum supported server

Windows Server 2016 [desktop apps only]

Header

Deliveryoptimization.h

IDL

DeliveryOptimization.idl

Library

Dosvc.lib

DLL

Dosvc.dll

IID

IID_IBackgroundCopyJob is defined as 37668D37-507E-4160-9316-26306D150B12

See also

IBackgroundCopyJob

IBackgroundCopyJob::GetNoProgressTimeout

IBackgroundCopyJob::SetMinimumRetryDelay