C# 클래스 System.Transactions.CommittableTransaction

상속: System.Transactions.Transaction, System.IAsyncResult, System.IDisposable, System.Runtime.Serialization.ISerializable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CommittableTransaction System.Threading
InternalDispose void

공개 메소드들

메소드 설명
BeginCommit ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult
BeginCommit ( System asyncCallback, object asyncState ) : System.IAsyncResult
Commit ( ) : void
CommittableTransaction ( )
CommittableTransaction ( System timeout )
CommittableTransaction ( ) : System.Threading
CommittableTransaction ( TimeSpan timeout ) : System.Threading
CommittableTransaction ( TransactionOptions options ) : System.Threading
EndCommit ( IAsyncResult asyncResult ) : void
EndCommit ( System ar ) : void
System ( System info, System context ) : void

비공개 메소드들

메소드 설명
CommittableTransaction ( IsolationLevel isoLevel, TimeSpan timeout ) : System.Threading
InternalDispose ( ) : void

메소드 상세

BeginCommit() 공개 메소드

public BeginCommit ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult
asyncCallback AsyncCallback
asyncState object
리턴 IAsyncResult

BeginCommit() 공개 메소드

public BeginCommit ( System asyncCallback, object asyncState ) : System.IAsyncResult
asyncCallback System
asyncState object
리턴 System.IAsyncResult

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

CommittableTransaction() 공개 메소드

CommittableTransaction() 공개 메소드

public CommittableTransaction ( System timeout )
timeout System

CommittableTransaction() 공개 메소드

public CommittableTransaction ( ) : System.Threading
리턴 System.Threading

CommittableTransaction() 공개 메소드

public CommittableTransaction ( TimeSpan timeout ) : System.Threading
timeout TimeSpan
리턴 System.Threading

CommittableTransaction() 공개 메소드

public CommittableTransaction ( TransactionOptions options ) : System.Threading
options TransactionOptions
리턴 System.Threading

EndCommit() 공개 메소드

public EndCommit ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
리턴 void

EndCommit() 공개 메소드

public EndCommit ( System ar ) : void
ar System
리턴 void

System() 공개 메소드

public System ( System info, System context ) : void
info System
context System
리턴 void