ConfigMgrPolicyBodyDownloadRequest Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod ConfigMgrPolicyBodyDownloadRequest()

Initializes a new instance of the ConfigMgrPolicyBodyDownloadRequest class. If you use this constructor, use AddPolicyLocation() to add download locations, or SendMessage will fail.

System_CAPS_pubmethod ConfigMgrPolicyBodyDownloadRequest(ConfigMgrPolicyAssignmentReply)

Initializes a new instance of the ConfigMgrPolicyBodyDownloadRequest class. Takes an existing policy reply and extracts the locations from it.

System_CAPS_pubmethod ConfigMgrPolicyBodyDownloadRequest(IMessage, PolicyAssignment)

Initializes a new instance of the ConfigMgrPolicyBodyDownloadRequest class.

See Also

ConfigMgrPolicyBodyDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top