MessageSenderType Enumeration
The type of message that is sent. The message type is used only for reference by senders and has no effect on the message itself.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| Async | Asynchronous message sender. | |
| DirectAsync | Reserved; do not use. | |
| DirectSync | Reserved; do not use. | |
| Reply | A message reply. Do not use for sending a message. | |
| Sync | Synchronous message sender. | |
| Unknown | Unknown sender type. This value should not be used. |
Show: