BitsErrorContext Enumeration
BITS error context for failures.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum BitsErrorContext
[SerializableAttribute]
public enum class BitsErrorContext
<SerializableAttribute>
Public Enumeration BitsErrorContext
Members
Member name | Description | |
---|---|---|
GeneralQueueManager | General queue manager. |
|
GeneralTransport | Network transport. |
|
LocalFile | Local file. |
|
None | None. |
|
QueueManagerNotification | Queue manager notification. |
|
RemoteFile | Remote file. |
|
Unknown | Unknown. |
See Also
Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace
Return to top