System.Types.IAsyncResult.CompletedSynchronously

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CompletedSynchronously: Boolean read GetCompletedSynchronously;

C++

__property bool CompletedSynchronously = {read=GetCompletedSynchronously};

プロパティ

種類 可視性 ソース ユニット
property public
System.Types.pas
System.Types.hpp
System.Types IAsyncResult


説明

与えられた非同期呼び出しが、同時に完了した場合には True となります。

関連項目