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 void SendMessage(
IMessageSender sender
)
public:
virtual void SendMessage(
IMessageSender^ sender
)
Public Overridable Sub SendMessage (
sender As IMessageSender
)
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.IMessageSenderThe message sender.
See Also
AsynchronousMessage Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top