[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The type of message that's sent. This is used only for reference by senders and has no actual effect on the message itself.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
MessageSenderType
<
SerializableAttribute> _
Public 
Enumeration 
MessageSenderType
[
SerializableAttribute]
public 
enum class 
MessageSenderType

Members

Member Description
Unknown
Unknown sender type, this should never be used
Sync
Synchronous message sender
Async
Asynchronous message sender
Reply
A message reply, don't use for sending
DirectSync
Reserved, do not use.
DirectAsync
Reserved, do not use.

See Also