Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
DeliveryRequirementsAttribute
Syntax
class DeliveryRequirementsAttribute : Behavior
{
string QueuedDeliveryRequirements;
boolean RequireOrderedDelivery;
string TargetContract;
};
Methods
The DeliveryRequirementsAttribute class does not define any methods.
Properties
The DeliveryRequirementsAttribute class has the following properties:
QueuedDeliveryRequirements
Data type: string
Access type: Read-only
Specifies whether the binding for a service supports contracts.
RequireOrderedDelivery
Data type: boolean
Access type: Read-only
Specifies whether the binding supports ordered messages.
TargetContract
Data type: string
Access type: Read-only
The contract to which it applies.
Requirements
MOF | Declared in Servicemodel.mof. |
---|---|
Namespace | Defined in root\ServiceModel |