C# 클래스 System.Transactions.SinglePhaseEnlistment

상속: System.Transactions.Enlistment
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Aborted ( ) : void
Aborted ( Exception e ) : void
Aborted ( System e ) : void
Committed ( ) : void
InDoubt ( ) : void
InDoubt ( Exception e ) : void
InDoubt ( System e ) : void

비공개 메소드들

메소드 설명
SinglePhaseEnlistment ( )
SinglePhaseEnlistment ( InternalEnlistment enlistment )

메소드 상세

Aborted() 공개 메소드

public Aborted ( ) : void
리턴 void

Aborted() 공개 메소드

public Aborted ( Exception e ) : void
e Exception
리턴 void

Aborted() 공개 메소드

public Aborted ( System e ) : void
e System
리턴 void

Committed() 공개 메소드

public Committed ( ) : void
리턴 void

InDoubt() 공개 메소드

public InDoubt ( ) : void
리턴 void

InDoubt() 공개 메소드

public InDoubt ( Exception e ) : void
e Exception
리턴 void

InDoubt() 공개 메소드

public InDoubt ( System e ) : void
e System
리턴 void