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.

DeliveryRequirementsAttribute::QueuedDeliveryRequirements Property

 

Specifies whether the binding for a service must support queued contracts.

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

public:
property QueuedDeliveryRequirementsMode QueuedDeliveryRequirements {
	QueuedDeliveryRequirementsMode get();
	void set(QueuedDeliveryRequirementsMode value);
}

Exception Condition
ArgumentException

The value is not one of the QueuedDeliveryRequirementsMode values.

The Required instructs WCF to confirm that the binding supports queued delivery. The NotAllowed value instructs WCF to confirm that the binding does not support queued delivery.

The following code example uses the DeliveryRequirementsAttribute attribute to instruct WCF to confirm at runtime that the actual binding does not support queued contracts but does support ordered messages.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft