IMessage.SendMessage 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

IMessage SendMessage(
    IMessageSender sender
)
IMessage^ SendMessage(
    IMessageSender^ sender
)
Function SendMessage (
    sender As IMessageSender
) As IMessage

Parameters

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessage

Returns null if the message does not support a return message or no reply was received by the management point.

See Also

IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top