DeliveryRequirementsAttribute::RequireOrderedDelivery Property
.NET Framework (current version)
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: