ConfigMgrDcmCIDownloadRequest.SendMessage Method (IMessageSender)
Sends the message synchronously. The reply is a ConfigMgrDcmCIDownloadReply message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override ConfigMgrDcmCIDownloadReply SendMessage(
IMessageSender sender
)
public:
virtual ConfigMgrDcmCIDownloadReply^ SendMessage(
IMessageSender^ sender
) override
Public Overrides Function SendMessage (
sender As IMessageSender
) As ConfigMgrDcmCIDownloadReply
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ConfigMgrDcmCIDownloadReply
See Also
ConfigMgrDcmCIDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top