Click or drag to resize

BackgroundCopyJobNoProgressTimeout Property

Gets or sets the length of time that BITS tries to transfer the file after a transient error condition occurs. If there is progress, the timer is reset.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public int NoProgressTimeout { get; set; }

Property Value

Type: Int32
Length of time, in seconds, that the service tries to transfer the file after a transient error occurs.
See Also