System.Threading.TThreadPoolStats.Get

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

Delphi

class function Get(const Pool: TThreadPool): TThreadPoolStats; static;

C++

static TThreadPoolStats __fastcall Get(TThreadPool* const Pool);

プロパティ

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


説明

これは、スレッドプール スレッドの内部または外部で呼び出すことができます。

  • 内部で呼び出されると、所有しているスレッドプールの統計を返します。
  • 外部で呼び出されると、デフォルトのスレッドプールの統計を返します。