C# Class System.Transactions.DependentTransaction

Inheritance: System.Transactions.Transaction, System.Runtime.Serialization.ISerializable
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Complete ( ) : void

Private Methods

Method Description
DependentTransaction ( )
DependentTransaction ( IsolationLevel isoLevel, InternalTransaction internalTransaction, bool blocking )
System ( System info, System context ) : void

Method Details

Complete() public method

public Complete ( ) : void
return void