CommittableTransaction.IAsyncResult.CompletedSynchronously 屬性

定義

取得非同步認可作業是否已同步完成的指示。

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

屬性值

如果非同步認可作業已同步完成則為 true,否則為 false。 這個屬性一定會傳回 false,即使作業已同步完成。

實作

備註

這個成員是明確介面成員實作, 只有在 CommittableTransaction 執行個體轉換成 IAsyncResult 介面時,才能使用這個成員。

適用於