[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the maximum time that BITS will spend transferring files in the job.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetMaximumDownloadTime(
	
out 
ulong 
timeout
)
Sub 
GetMaximumDownloadTime ( _
		<
OutAttribute> 
ByRef 
timeout 
As 
ULong _
)
void 
GetMaximumDownloadTime(
		[
OutAttribute] 
unsigned long long% 
timeout
)

Parameters

timeout
UInt64 %

See Also