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
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- CompositeTypefaceMetrics.cs
- CodeDirectionExpression.cs
- TaskForm.cs
- UniqueEventHelper.cs
- BehaviorEditorPart.cs
- TransactionFlowProperty.cs
- DataKey.cs
- BitFlagsGenerator.cs
- CodeConstructor.cs
- ListControl.cs
- ISessionStateStore.cs
- CodeAccessPermission.cs
- CommentEmitter.cs
- PrinterUnitConvert.cs
- TextContainerChangedEventArgs.cs
- MemoryRecordBuffer.cs
- ItemType.cs
- DoubleIndependentAnimationStorage.cs
- NetworkInformationException.cs
- DragSelectionMessageFilter.cs
- ProfileProvider.cs
- InProcStateClientManager.cs
- StringWriter.cs
- SecurityDescriptor.cs
- FixedPageAutomationPeer.cs
- DictionaryBase.cs
- httpapplicationstate.cs
- MonikerBuilder.cs
- ColumnWidthChangingEvent.cs
- DataGridColumnHeaderCollection.cs
- ObjectDataSourceFilteringEventArgs.cs
- ToolStripDropDownItem.cs
- SkewTransform.cs
- SimpleFieldTemplateFactory.cs
- HtmlInputFile.cs
- ToggleProviderWrapper.cs
- LocatorManager.cs
- ReadOnlyNameValueCollection.cs
- DBNull.cs
- DbConnectionPoolOptions.cs
- ArgumentOutOfRangeException.cs
- HttpRequestTraceRecord.cs
- Deflater.cs
- CharAnimationBase.cs
- CurrentTimeZone.cs
- SessionPageStatePersister.cs
- DataGridViewLayoutData.cs
- CroppedBitmap.cs
- ConfigurationElementProperty.cs
- SystemTcpStatistics.cs
- StoreItemCollection.Loader.cs
- QuaternionRotation3D.cs
- sqlstateclientmanager.cs
- ToolConsole.cs
- DesignerActionVerbList.cs
- TransactionsSectionGroup.cs
- NamedPipeTransportManager.cs
- MessagePropertyDescriptionCollection.cs
- PropertyEntry.cs
- RelOps.cs
- TagNameToTypeMapper.cs
- XslAst.cs
- PropertyDescriptorCollection.cs
- ServiceXNameTypeConverter.cs
- XmlReaderSettings.cs
- BufferBuilder.cs
- UTF7Encoding.cs
- UnsafeNativeMethods.cs
- CharStorage.cs
- AuthenticationSection.cs
- WarningException.cs
- Vector3D.cs
- RegexCaptureCollection.cs
- SvcMapFile.cs
- ActivityInstanceMap.cs
- UnSafeCharBuffer.cs
- CustomAttributeSerializer.cs
- CodeExpressionCollection.cs
- DeferredSelectedIndexReference.cs
- HtmlProps.cs
- LicenseProviderAttribute.cs
- FullTrustAssembliesSection.cs
- SpecialNameAttribute.cs
- PropertyGroupDescription.cs
- updatecommandorderer.cs
- PrimitiveType.cs
- XmlNotation.cs
- XmlSchemaException.cs
- TextEffect.cs
- ParameterModifier.cs
- DataSourceCache.cs
- StringUtil.cs
- ToolStripSeparatorRenderEventArgs.cs
- ListCommandEventArgs.cs
- FileSystemEventArgs.cs
- XmlLangPropertyAttribute.cs
- ToolStripEditorManager.cs
- Activator.cs
- ZoneIdentityPermission.cs