DeliveryRequirementsAttribute::RequireOrderedDelivery Property

 

Specifies whether the binding must support ordered messages.

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

public:
property bool RequireOrderedDelivery {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true instructs Windows Communication Foundation (WCF) to confirm that the binding must support the ordering of messages; otherwise, false. The default is false.

Setting the RequireOrderedDelivery property to false instructs WCF to perform no validation.

The following code example uses the DeliveryRequirementsAttribute attribute to instruct WCF to confirm at runtime that the actual binding 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: