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

Initializes a new instance of the ConfigMgrBitsDownloadRequestclass. Builds download file list from a content location reply

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
ConfigMgrBitsDownloadRequest(
	

ConfigMgrContentLocationReply 
contentLocation
)
Public 
Sub 
New ( _
	
contentLocation 
As 

ConfigMgrContentLocationReply _
)
public:
ConfigMgrBitsDownloadRequest(
	

ConfigMgrContentLocationReply^ 
contentLocation
)

Parameters

contentLocation
ConfigMgrContentLocationReply

See Also