Message.SendMessageAsync Method (IMessageSender)
Sends a message by using the specified sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected void SendMessageAsync(
IMessageSender sender
)
protected:
void SendMessageAsync(
IMessageSender^ sender
)
Protected Sub SendMessageAsync (
sender As IMessageSender
)
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe sender to use to send the message.
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top