3 references to EnsureOrderedDispatch
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\Configuration\RoutingExtensionElement.cs (3)
69
[ConfigurationProperty(ConfigurationStrings.
EnsureOrderedDispatch
, DefaultValue = RoutingConfiguration.DefaultEnsureOrderedDispatch)]
74
return (bool)this[ConfigurationStrings.
EnsureOrderedDispatch
];
78
this[ConfigurationStrings.
EnsureOrderedDispatch
] = value;