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
- AesCryptoServiceProvider.cs
- parserscommon.cs
- ClientSettingsStore.cs
- Help.cs
- CodeFieldReferenceExpression.cs
- ToolStripContentPanelRenderEventArgs.cs
- CompoundFileStreamReference.cs
- CfgRule.cs
- RC2.cs
- MessageHeaderT.cs
- NameSpaceExtractor.cs
- Tokenizer.cs
- ToolStripKeyboardHandlingService.cs
- SQLBinaryStorage.cs
- OleServicesContext.cs
- ClientBuildManagerCallback.cs
- SecurityTimestamp.cs
- SQLGuid.cs
- XmlSchemaComplexContentExtension.cs
- _ConnectOverlappedAsyncResult.cs
- tibetanshape.cs
- RelatedView.cs
- AutomationIdentifier.cs
- BindingCollection.cs
- GridEntry.cs
- DbQueryCommandTree.cs
- Int32Storage.cs
- SQLRoleProvider.cs
- RowSpanVector.cs
- ActivityDesignerHelper.cs
- OrderByExpression.cs
- AuthenticatedStream.cs
- BitmapEffectState.cs
- TransformerInfoCollection.cs
- DataRowCollection.cs
- FileStream.cs
- InputLangChangeEvent.cs
- OracleRowUpdatingEventArgs.cs
- LambdaCompiler.Logical.cs
- MaterialGroup.cs
- FixedPage.cs
- MouseCaptureWithinProperty.cs
- PenLineCapValidation.cs
- DesignerCategoryAttribute.cs
- MaterializeFromAtom.cs
- OrderedHashRepartitionEnumerator.cs
- MergeExecutor.cs
- DoubleLink.cs
- DetailsViewPagerRow.cs
- BypassElementCollection.cs
- RuntimeDelegateArgument.cs
- PathGeometry.cs
- MSG.cs
- Duration.cs
- GACIdentityPermission.cs
- DataGridViewTopRowAccessibleObject.cs
- ThreadStaticAttribute.cs
- WebUtil.cs
- WebPartActionVerb.cs
- ResourceProviderFactory.cs
- SRDisplayNameAttribute.cs
- UpDownEvent.cs
- ISAPIWorkerRequest.cs
- SecurityKeyEntropyMode.cs
- Stack.cs
- SessionStateItemCollection.cs
- ImportedNamespaceContextItem.cs
- URIFormatException.cs
- ThreadPoolTaskScheduler.cs
- DataGridViewUtilities.cs
- KeyboardNavigation.cs
- AddInServer.cs
- SystemBrushes.cs
- TextRangeBase.cs
- PriorityQueue.cs
- TreeChangeInfo.cs
- Input.cs
- XPathArrayIterator.cs
- LabelTarget.cs
- ProfileParameter.cs
- AuthenticationSection.cs
- BinaryNode.cs
- SystemColors.cs
- ArgumentOutOfRangeException.cs
- SystemIdentity.cs
- SqlDataSourceAdvancedOptionsForm.cs
- MeasurementDCInfo.cs
- FragmentNavigationEventArgs.cs
- OrderedParallelQuery.cs
- ToolboxItemAttribute.cs
- CustomErrorsSectionWrapper.cs
- RTLAwareMessageBox.cs
- AlternateView.cs
- XmlLangPropertyAttribute.cs
- MethodBuilder.cs
- PublisherIdentityPermission.cs
- Wrapper.cs
- XamlSerializerUtil.cs
- SyndicationContent.cs
- Classification.cs