ConfigMgrBitsDownloadRequest.SendMessage Method (IMessageSender)
Sends a BITS download request.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public override ConfigMgrDownloadReply SendMessage(
IMessageSender sender
)
public:
virtual ConfigMgrDownloadReply^ SendMessage(
IMessageSender^ sender
) override
Public Overrides Function SendMessage (
sender As IMessageSender
) As ConfigMgrDownloadReply
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe sender.
Return Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ConfigMgrDownloadReply
See Also
ConfigMgrBitsDownloadRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top