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 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