Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / ConcurrencyMode.cs / 1 / ConcurrencyMode.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.ServiceModel
{
using System;
public enum ConcurrencyMode
{
Single, // This is first so it is ConcurrencyMode.default
Reentrant,
Multiple
}
static class ConcurrencyModeHelper
{
static public bool IsDefined(ConcurrencyMode x)
{
return
x == ConcurrencyMode.Single ||
x == ConcurrencyMode.Reentrant ||
x == ConcurrencyMode.Multiple ||
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
- StickyNote.cs
- prompt.cs
- ProfileModule.cs
- SiteMapNode.cs
- TypeConverterHelper.cs
- DivideByZeroException.cs
- SessionParameter.cs
- AutoResetEvent.cs
- CodeDomLocalizationProvider.cs
- ConstraintStruct.cs
- CreateWorkflowOwnerCommand.cs
- XmlChildEnumerator.cs
- IgnoreSectionHandler.cs
- RoutedEventValueSerializer.cs
- SafeNativeMethods.cs
- IDQuery.cs
- HttpCookiesSection.cs
- CorePropertiesFilter.cs
- DataGridViewRowPrePaintEventArgs.cs
- PrintingPermission.cs
- PagerSettings.cs
- RtType.cs
- Triangle.cs
- DesignerDataConnection.cs
- ContractMapping.cs
- SetStateEventArgs.cs
- Vector3DCollection.cs
- ResourceExpressionBuilder.cs
- TextTreePropertyUndoUnit.cs
- EntityFrameworkVersions.cs
- QueueProcessor.cs
- PointCollection.cs
- InkCanvasSelectionAdorner.cs
- DelayedRegex.cs
- ResourceDictionary.cs
- PropertySegmentSerializer.cs
- HtmlShim.cs
- XmlResolver.cs
- WebPartConnectionsConfigureVerb.cs
- MatrixCamera.cs
- SerialStream.cs
- DeferredSelectedIndexReference.cs
- ProcessHostFactoryHelper.cs
- AuthenticateEventArgs.cs
- ConnectionInterfaceCollection.cs
- WebPartManager.cs
- XmlSerializerNamespaces.cs
- SchemaHelper.cs
- SchemaCollectionCompiler.cs
- DesignerAutoFormat.cs
- DataGridTextBoxColumn.cs
- ThreadStaticAttribute.cs
- ElementUtil.cs
- KeyNotFoundException.cs
- ExpandoObject.cs
- ObjectListCommandEventArgs.cs
- documentsequencetextpointer.cs
- InteropEnvironment.cs
- WebUtil.cs
- Trustee.cs
- HttpPostedFileBase.cs
- NetworkCredential.cs
- CompoundFileDeflateTransform.cs
- SecurityHelper.cs
- Psha1DerivedKeyGenerator.cs
- AsymmetricSignatureDeformatter.cs
- ListView.cs
- BuildProviderAppliesToAttribute.cs
- WebPartPersonalization.cs
- PathFigureCollection.cs
- DesignerActionPanel.cs
- GreaterThanOrEqual.cs
- TraceShell.cs
- FontDialog.cs
- WorkerRequest.cs
- UIElement3DAutomationPeer.cs
- QilDataSource.cs
- ResXBuildProvider.cs
- TileBrush.cs
- ChildDocumentBlock.cs
- XmlException.cs
- CreateUserWizardStep.cs
- ObjectStateManager.cs
- ScriptControl.cs
- ExpressionCopier.cs
- GenerateHelper.cs
- FixedElement.cs
- ExpandSegment.cs
- VisualStyleElement.cs
- SqlRowUpdatingEvent.cs
- DataBindingExpressionBuilder.cs
- ComponentResourceKeyConverter.cs
- ReturnType.cs
- NestPullup.cs
- LayoutEditorPart.cs
- TableRow.cs
- HtmlWindowCollection.cs
- HttpCacheParams.cs
- PDBReader.cs
- AsyncMethodInvoker.cs