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)

[SerializableAttribute]
public enum class MessageSenderType

Member nameDescription
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.

Return to top
Show: