ConfigMgrContentLocationReply Constructor (ContentLocationReply)
Initializes a new instance of the ConfigMgrContentLocationReply class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ConfigMgrContentLocationReply(
ContentLocationReply reply
)
public:
ConfigMgrContentLocationReply(
ContentLocationReply^ reply
)
Public Sub New (
reply As ContentLocationReply
)
Parameters
reply
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationReplyContent location reply.
See Also
ConfigMgrContentLocationReply Overload
ConfigMgrContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top