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 the message using the specified sender.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public virtual TSynchronousReply SendMessage(
IMessageSender sender
)
public:
virtual TSynchronousReply SendMessage(
IMessageSender^ sender
)
Public Overridable Function SendMessage (
sender As IMessageSender
) As TSynchronousReply
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
Return Value
Type: TSynchronousReply
See Also
SynchronousMessageRequest<TSynchronousReply> Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top