System.Types.IAsyncResult.GetCompletedSynchronously

提供:RAD Studio API Documentation

Delphi

function GetCompletedSynchronously: Boolean;

C++

virtual bool __fastcall GetCompletedSynchronously() = 0 ;

プロパティ

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


説明

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

関連項目