C# Class System.Transactions.SinglePhaseEnlistment

Inheritance: System.Transactions.Enlistment
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Aborted ( ) : void
Aborted ( Exception e ) : void
Aborted ( System e ) : void
Committed ( ) : void
InDoubt ( ) : void
InDoubt ( Exception e ) : void
InDoubt ( System e ) : void

Private Methods

Method Description
SinglePhaseEnlistment ( )
SinglePhaseEnlistment ( InternalEnlistment enlistment )

Method Details

Aborted() public method

public Aborted ( ) : void
return void

Aborted() public method

public Aborted ( Exception e ) : void
e Exception
return void

Aborted() public method

public Aborted ( System e ) : void
e System
return void

Committed() public method

public Committed ( ) : void
return void

InDoubt() public method

public InDoubt ( ) : void
return void

InDoubt() public method

public InDoubt ( Exception e ) : void
e Exception
return void

InDoubt() public method

public InDoubt ( System e ) : void
e System
return void