Share via


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

See Also

Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top