C# Class System.Transactions.CommittableTransaction

Inheritance: System.Transactions.Transaction, System.IAsyncResult, System.IDisposable, System.Runtime.Serialization.ISerializable
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
CommittableTransaction System.Threading
InternalDispose void

Méthodes publiques

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 ( TransactionOptions options ) : System.Threading
EndCommit ( IAsyncResult asyncResult ) : void
EndCommit ( System ar ) : void
System ( System info, System context ) : void

Private Methods

Méthode Description
CommittableTransaction ( IsolationLevel isoLevel, TimeSpan timeout ) : System.Threading
InternalDispose ( ) : void

Method Details

BeginCommit() public méthode

public BeginCommit ( AsyncCallback asyncCallback, object asyncState ) : IAsyncResult
asyncCallback AsyncCallback
asyncState object
Résultat IAsyncResult

BeginCommit() public méthode

public BeginCommit ( System asyncCallback, object asyncState ) : System.IAsyncResult
asyncCallback System
asyncState object
Résultat System.IAsyncResult

Commit() public méthode

public Commit ( ) : void
Résultat void

CommittableTransaction() public méthode

CommittableTransaction() public méthode

public CommittableTransaction ( System timeout )
timeout System

CommittableTransaction() public méthode

public CommittableTransaction ( ) : System.Threading
Résultat System.Threading

CommittableTransaction() public méthode

public CommittableTransaction ( TimeSpan timeout ) : System.Threading
timeout TimeSpan
Résultat System.Threading

CommittableTransaction() public méthode

public CommittableTransaction ( TransactionOptions options ) : System.Threading
options TransactionOptions
Résultat System.Threading

EndCommit() public méthode

public EndCommit ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
Résultat void

EndCommit() public méthode

public EndCommit ( System ar ) : void
ar System
Résultat void

System() public méthode

public System ( System info, System context ) : void
info System
context System
Résultat void