Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / tx / System / Transactions / SubordinateTransaction.cs / 1305376 / SubordinateTransaction.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Transactions { using System; using System.Runtime.Serialization; using System.Transactions.Diagnostics; ///// When we serialize a SubordinateTransaction, we specify the type OletxTransaction, so a SubordinateTransaction never // actually gets deserialized. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2229:ImplementSerializationConstructors")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly")] [Serializable] public sealed class SubordinateTransaction : Transaction { // Create a transaction with the given settings // public SubordinateTransaction( IsolationLevel isoLevel, ISimpleTransactionSuperior superior ) : base( isoLevel, superior ) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Transactions { using System; using System.Runtime.Serialization; using System.Transactions.Diagnostics; ///// When we serialize a SubordinateTransaction, we specify the type OletxTransaction, so a SubordinateTransaction never // actually gets deserialized. [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2229:ImplementSerializationConstructors")] [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2240:ImplementISerializableCorrectly")] [Serializable] public sealed class SubordinateTransaction : Transaction { // Create a transaction with the given settings // public SubordinateTransaction( IsolationLevel isoLevel, ISimpleTransactionSuperior superior ) : base( isoLevel, superior ) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ISFTagAndGuidCache.cs
- MultipleViewProviderWrapper.cs
- StreamGeometryContext.cs
- QuadraticBezierSegment.cs
- SystemFonts.cs
- TextBoxBase.cs
- SqlRewriteScalarSubqueries.cs
- MessageHeaderInfoTraceRecord.cs
- InvalidWMPVersionException.cs
- SamlAttributeStatement.cs
- AlternateViewCollection.cs
- datacache.cs
- BackStopAuthenticationModule.cs
- DrawingContextWalker.cs
- IndependentAnimationStorage.cs
- _RequestCacheProtocol.cs
- _CookieModule.cs
- BufferedWebEventProvider.cs
- XmlSchemaType.cs
- FilterQueryOptionExpression.cs
- BinaryUtilClasses.cs
- LogicalExpr.cs
- cryptoapiTransform.cs
- HttpCookieCollection.cs
- AliasedSlot.cs
- GlyphRun.cs
- FileLevelControlBuilderAttribute.cs
- ForAllOperator.cs
- ConnectionPoint.cs
- SoapExtension.cs
- TemplateControlCodeDomTreeGenerator.cs
- Select.cs
- LocalizedNameDescriptionPair.cs
- AssemblySettingAttributes.cs
- XmlILConstructAnalyzer.cs
- ImportCatalogPart.cs
- AllMembershipCondition.cs
- SignerInfo.cs
- AdornerPresentationContext.cs
- PointAnimationUsingKeyFrames.cs
- RegistryPermission.cs
- AsyncOperation.cs
- OdbcCommandBuilder.cs
- ConfigurationConverterBase.cs
- ExtentCqlBlock.cs
- ScriptingScriptResourceHandlerSection.cs
- WebControlsSection.cs
- OdbcErrorCollection.cs
- EmbossBitmapEffect.cs
- XmlValidatingReader.cs
- ProfileService.cs
- OdbcDataReader.cs
- TransportBindingElement.cs
- XmlStringTable.cs
- CuspData.cs
- PiiTraceSource.cs
- DesignerDataStoredProcedure.cs
- VirtualizingPanel.cs
- RetrieveVirtualItemEventArgs.cs
- InstancePersistenceException.cs
- IDReferencePropertyAttribute.cs
- ListDictionary.cs
- MembershipPasswordException.cs
- QilStrConcatenator.cs
- FixedElement.cs
- DataPointer.cs
- ControlCachePolicy.cs
- DateTimeConverter2.cs
- BamlVersionHeader.cs
- GeometryDrawing.cs
- XmlNamespaceDeclarationsAttribute.cs
- WindowProviderWrapper.cs
- CssClassPropertyAttribute.cs
- XPathNodePointer.cs
- DependentTransaction.cs
- CompModSwitches.cs
- MatchingStyle.cs
- IISUnsafeMethods.cs
- ColumnResult.cs
- DataConnectionHelper.cs
- InvokeMethodActivity.cs
- ThrowOnMultipleAssignment.cs
- MenuCommands.cs
- BindingsCollection.cs
- LineBreakRecord.cs
- LocatorPart.cs
- IdentityNotMappedException.cs
- ExpanderAutomationPeer.cs
- WinInet.cs
- ObsoleteAttribute.cs
- FragmentQuery.cs
- PointLightBase.cs
- TypefaceMap.cs
- DocumentManager.cs
- SqlExpressionNullability.cs
- Dump.cs
- SqlCommand.cs
- DataServiceClientException.cs
- ActivationArguments.cs
- _NativeSSPI.cs