CommittableTransaction.IAsyncResult.CompletedSynchronously Property

Definition

Gets an indication of whether the asynchronous commit operation completed synchronously.

property bool System::IAsyncResult::CompletedSynchronously { bool get(); };
bool System.IAsyncResult.CompletedSynchronously { get; }
member this.System.IAsyncResult.CompletedSynchronously : bool
 ReadOnly Property CompletedSynchronously As Boolean Implements IAsyncResult.CompletedSynchronously

Property Value

true if the asynchronous commit operation completed synchronously; otherwise, false. This property always returns false even if the operation completed synchronously.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the CommittableTransaction instance is cast to an IAsyncResult interface.

Applies to