Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / QueuedDeliveryRequirementsMode.cs / 1 / QueuedDeliveryRequirementsMode.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel
{
public enum QueuedDeliveryRequirementsMode
{
Allowed,
Required,
NotAllowed,
}
static class QueuedDeliveryRequirementsModeHelper
{
static public bool IsDefined(QueuedDeliveryRequirementsMode x)
{
return
x == QueuedDeliveryRequirementsMode.Allowed ||
x == QueuedDeliveryRequirementsMode.Required ||
x == QueuedDeliveryRequirementsMode.NotAllowed ||
false;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataGridViewCellValidatingEventArgs.cs
- EndpointAddress10.cs
- Stackframe.cs
- DisplayNameAttribute.cs
- SafeLocalMemHandle.cs
- xdrvalidator.cs
- ResourceAssociationSet.cs
- CustomPopupPlacement.cs
- UpdateTracker.cs
- DocumentOrderComparer.cs
- WizardSideBarListControlItem.cs
- ListBase.cs
- Profiler.cs
- InstanceStoreQueryResult.cs
- SignedPkcs7.cs
- LogicalTreeHelper.cs
- SchemaAttDef.cs
- EntityReference.cs
- FixedSOMPageConstructor.cs
- DbExpressionRules.cs
- ScrollViewer.cs
- RoleGroupCollection.cs
- ObjectListSelectEventArgs.cs
- PostBackTrigger.cs
- CompilerInfo.cs
- SizeChangedInfo.cs
- ReadOnlyNameValueCollection.cs
- CollectionChangedEventManager.cs
- TabRenderer.cs
- DescriptionAttribute.cs
- DataGridViewTopLeftHeaderCell.cs
- DataGridViewRowsAddedEventArgs.cs
- HttpRuntimeSection.cs
- WindowHideOrCloseTracker.cs
- ScriptingRoleServiceSection.cs
- SafeHandles.cs
- XmlSignificantWhitespace.cs
- LoginCancelEventArgs.cs
- DataGridItem.cs
- RuleProcessor.cs
- CultureSpecificStringDictionary.cs
- ToolStripSeparatorRenderEventArgs.cs
- LineVisual.cs
- Automation.cs
- DeflateEmulationStream.cs
- TdsRecordBufferSetter.cs
- NativeMethods.cs
- JournalNavigationScope.cs
- XmlElementAttributes.cs
- TextSpanModifier.cs
- ObjectDataSourceMethodEventArgs.cs
- SystemIPAddressInformation.cs
- HttpListenerRequest.cs
- EventListener.cs
- IdentityManager.cs
- GeneratedView.cs
- XmlILAnnotation.cs
- ObjectRef.cs
- QueryCacheKey.cs
- MailMessage.cs
- SerialReceived.cs
- CodeAccessSecurityEngine.cs
- ItemCollection.cs
- WrappedDispatcherException.cs
- BinaryVersion.cs
- ConditionalAttribute.cs
- Membership.cs
- SqlClientPermission.cs
- Quad.cs
- CodeAttributeArgumentCollection.cs
- CompilerInfo.cs
- ResourcesBuildProvider.cs
- Msec.cs
- MostlySingletonList.cs
- AutoCompleteStringCollection.cs
- InstanceDataCollection.cs
- RegexCharClass.cs
- QilExpression.cs
- PropertyValueChangedEvent.cs
- WinFormsComponentEditor.cs
- StateMachineHelpers.cs
- Rect3DValueSerializer.cs
- TreeViewDesigner.cs
- AsyncResult.cs
- PlanCompilerUtil.cs
- HasCopySemanticsAttribute.cs
- ObjectParameter.cs
- TranslateTransform3D.cs
- LogReservationCollection.cs
- RuntimeResourceSet.cs
- NullReferenceException.cs
- RuleSettings.cs
- DeflateStreamAsyncResult.cs
- DefaultHttpHandler.cs
- LogWriteRestartAreaState.cs
- SqlDependencyListener.cs
- TextServicesPropertyRanges.cs
- LazyTextWriterCreator.cs
- TextBoxAutomationPeer.cs
- XmlDataLoader.cs