QueuedDeliveryRequirementsMode Enumeration
.NET Framework (current version)
The QueuedDeliveryRequirementsMode enumeration specifies queued delivery requirements.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Member name | Description | |
|---|---|---|
| Allowed | Queued delivery is allowed. | |
| NotAllowed | Queued delivery is not allowed. | |
| Required | Queued delivery is required. |
This enumeration is used as a parameter to the DeliveryRequirementsAttribute attribute. When applied to a class, it allows the developer to specify whether the class can be used with a message queuing binding.
.NET Framework
Available since 3.0
Available since 3.0
Show: