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.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum MessageSenderType
[SerializableAttribute]
public enum class MessageSenderType
<SerializableAttribute>
Public Enumeration MessageSenderType
Members
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. |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top