SynchronizationContext.WaitHelper(IntPtr[], Boolean, Int32) メソッド

定義

重要

この API は CLS 準拠ではありません。

CLS 準拠の代替
System.Threading.WaitHandle.WaitAll(WaitHandle[], TimeSpan, Boolean)

指定した配列内のすべての要素がシグナルを受信するまで待機するヘルパー関数。

protected:
 static int WaitHelper(cli::array <IntPtr> ^ waitHandles, bool waitAll, int millisecondsTimeout);
[System.CLSCompliant(false)]
protected static int WaitHelper (IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout);
[System.CLSCompliant(false)]
[System.Security.SecurityCritical]
protected static int WaitHelper (IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout);
[<System.CLSCompliant(false)>]
static member WaitHelper : nativeint[] * bool * int -> int
[<System.CLSCompliant(false)>]
[<System.Security.SecurityCritical>]
static member WaitHelper : nativeint[] * bool * int -> int
Protected Shared Function WaitHelper (waitHandles As IntPtr(), waitAll As Boolean, millisecondsTimeout As Integer) As Integer

パラメーター

waitHandles

IntPtr[]

nativeint[]

ネイティブのオペレーティング システム ハンドルを格納する IntPtr 型の配列。

waitAll
Boolean

すべてのハンドルを待機する場合は true。いずれかのハンドルを待機する場合は false

millisecondsTimeout
Int32

待機するミリ秒数。無制限に待機する場合は Infinite (-1)。

戻り値

待機を実行するオブジェクトの配列インデックス。

属性

注釈

WaitHelper は、アンマネージ外部ヘルパー関数の宣言です。 WaitHelper は、 Wait メソッドによって呼び出され、指定されたオペレーティング システム ハンドルのシグナルを待機します。

適用対象