Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

QueuedDeliveryRequirementsMode Enumeration

 

The QueuedDeliveryRequirementsMode enumeration specifies queued delivery requirements.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public enum QueuedDeliveryRequirementsMode

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft