MessageDirection Enumeration
Defines the directionality of a message.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| None | None specified. | |
| Receive | Receive message. | |
| Send | Send message. | |
| Unknown | Unknown direction. |
Show: