| BackgroundCopyJobMaximumDownloadTime Property |
Gets or sets the maximum time that BITS will spend transferring the files in the job.
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 MaximumDownloadTime { get; set; }
Public Property MaximumDownloadTime As Integer
Get
Set
public:
property int MaximumDownloadTime {
int get ();
void set (int value);
}
member MaximumDownloadTime : int with get, set
Property Value
Type:
Int32
The maximum time that BITS will spend transferring the files in the job.
See Also