프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
EndCommit ( IAsyncResult asyncResult ) : void | ||
EndCommit ( System ar ) : void | ||
System ( System info, System context ) : void |
메소드 | 설명 | |
---|---|---|
CommittableTransaction ( IsolationLevel isoLevel, TimeSpan timeout ) : System.Threading | ||
InternalDispose ( ) : void |
public BeginCommit ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
asyncCallback | AsyncCallback | |
asyncState | object | |
리턴 | IAsyncResult |
public BeginCommit ( System asyncCallback, object asyncState ) : System.IAsyncResult | ||
asyncCallback | System | |
asyncState | object | |
리턴 | System.IAsyncResult |
public CommittableTransaction ( ) : System.Threading | ||
리턴 | System.Threading |
public CommittableTransaction ( TimeSpan timeout ) : System.Threading | ||
timeout | TimeSpan | |
리턴 | System.Threading |
public CommittableTransaction ( |
||
options | ||
리턴 | System.Threading |
public EndCommit ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
리턴 | void |
public System ( System info, System context ) : void | ||
info | System | |
context | System | |
리턴 | void |