Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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