C# Класс System.Transactions.CommittableTransaction

Наследование: System.Transactions.Transaction, System.IAsyncResult, System.IDisposable, System.Runtime.Serialization.ISerializable
Показать файл Открыть проект Примеры использования класса

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