DeliveryRequirementsAttribute::RequireOrderedDelivery Property
Specifies whether the binding must support ordered messages.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue 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.
Available since 3.0