Message.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 IMessage.SendMessage(
IMessageSender sender
)
private:
virtual IMessage^ SendMessage(
IMessageSender^ sender
) sealed = IMessage::SendMessage
Private Function SendMessage (
sender As IMessageSender
) As IMessage
Implements IMessage.SendMessage
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe sender to use.
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.
Implements
IMessage.SendMessage(IMessageSender)
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top