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
- WorkItem.cs
- DeobfuscatingStream.cs
- DelegateTypeInfo.cs
- OperationCanceledException.cs
- _LocalDataStoreMgr.cs
- RuleRefElement.cs
- SoapServerMessage.cs
- UserPreferenceChangedEventArgs.cs
- InteropAutomationProvider.cs
- MailAddress.cs
- GeneralTransform3DTo2D.cs
- DefaultTraceListener.cs
- ParseNumbers.cs
- PropertyChangedEventArgs.cs
- PathGeometry.cs
- HttpGetProtocolImporter.cs
- XPathSingletonIterator.cs
- SolidColorBrush.cs
- CorruptingExceptionCommon.cs
- x509utils.cs
- NetworkInterface.cs
- URLIdentityPermission.cs
- XComponentModel.cs
- ManipulationVelocities.cs
- TreeNodeBindingDepthConverter.cs
- MenuItem.cs
- DataGridViewComboBoxColumnDesigner.cs
- BasicCellRelation.cs
- DataColumnChangeEvent.cs
- GenericEnumerator.cs
- StrokeCollection2.cs
- FreeIndexList.cs
- GetWinFXPath.cs
- StylusEditingBehavior.cs
- ListParagraph.cs
- DataTableNewRowEvent.cs
- InkSerializer.cs
- WebUtil.cs
- IgnorePropertiesAttribute.cs
- RepeatInfo.cs
- ValidationHelpers.cs
- TextContainerChangedEventArgs.cs
- DuplexChannelBinder.cs
- ActivityPropertyReference.cs
- BindableAttribute.cs
- Int32AnimationUsingKeyFrames.cs
- _ContextAwareResult.cs
- FormParameter.cs
- SqlClientFactory.cs
- ErrorRuntimeConfig.cs
- ViewStateException.cs
- XmlQueryCardinality.cs
- MeasurementDCInfo.cs
- PagedControl.cs
- SchemaType.cs
- SourceFileBuildProvider.cs
- CacheHelper.cs
- ColumnMap.cs
- HyperLinkColumn.cs
- QualifiedCellIdBoolean.cs
- RegexBoyerMoore.cs
- MsmqIntegrationInputChannel.cs
- XmlMemberMapping.cs
- FileDataSourceCache.cs
- ResourceManager.cs
- DashStyle.cs
- VideoDrawing.cs
- DefaultBinder.cs
- SqlHelper.cs
- PolyQuadraticBezierSegment.cs
- CodeExpressionStatement.cs
- TextRangeEdit.cs
- DbReferenceCollection.cs
- ChineseLunisolarCalendar.cs
- VersionPair.cs
- ContentFilePart.cs
- SspiWrapper.cs
- CodeSpit.cs
- Component.cs
- StandardToolWindows.cs
- DiffuseMaterial.cs
- CheckBoxList.cs
- WebPartExportVerb.cs
- ObjectDataSourceFilteringEventArgs.cs
- GeneralTransform3D.cs
- VirtualPathProvider.cs
- DnsEndPoint.cs
- SymDocumentType.cs
- InputLangChangeEvent.cs
- SystemResourceKey.cs
- StringUtil.cs
- TerminateSequence.cs
- ScrollViewerAutomationPeer.cs
- Condition.cs
- ValidateNames.cs
- DataContractSerializerOperationGenerator.cs
- ToolStripDropDownItemDesigner.cs
- TreeNodeCollection.cs
- DataReceivedEventArgs.cs
- ListControlDataBindingHandler.cs