Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Sets the length of time, in seconds, that the service waits after encountering a transient error before retrying to transfer the file.
Syntax
bitsadmin /SetMinRetryDelay <Job> <RetryDelay>
Parameters
| Parameter | Description |
|---|---|
Job |
The job's display name or GUID |
RetryDelay |
A number represented in seconds. |
Examples
The following example sets the minimum retry delay for the job named myDownloadJob to 35 seconds.
C:\>bitsadmin /SetMinRetryDelay myDownloadJob 35