CommittableTransaction.IAsyncResult.CompletedSynchronously Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.