Свойство | Type | Description | |
---|---|---|---|
CommittableTransaction | System.Threading | ||
InternalDispose | void |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
CommittableTransaction ( IsolationLevel isoLevel, TimeSpan timeout ) : System.Threading | ||
InternalDispose ( ) : void |
public BeginCommit ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult | ||
asyncCallback | AsyncCallback | |
asyncState | object | |
Résultat | IAsyncResult |
public BeginCommit ( System asyncCallback, object asyncState ) : System.IAsyncResult | ||
asyncCallback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public CommittableTransaction ( System timeout ) | ||
timeout | System |
public CommittableTransaction ( ) : System.Threading | ||
Résultat | System.Threading |
public CommittableTransaction ( TimeSpan timeout ) : System.Threading | ||
timeout | TimeSpan | |
Résultat | System.Threading |
public CommittableTransaction ( |
||
options | ||
Résultat | System.Threading |
public EndCommit ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
Résultat | void |
public System ( System info, System context ) : void | ||
info | System | |
context | System | |
Résultat | void |