IMessageSender Interface
Interface to use for sending and receiving messages.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | SendAsync(IMessage^) | Sends a message but doesn't receive a reply asynchronously. |
![]() | SendSync(IMessage^) | Sends a message and retrieves the reply synchronously. |
| Name | Description | |
|---|---|---|
![]() | OnReceived | |
![]() | OnSend |
Show:

