SynchronizationContext.WaitHelper Method
Helper function that waits for any or all the elements in the specified array to receive a signal.
Assembly: mscorlib (in mscorlib.dll)
[CLSCompliantAttribute(false)] [SecurityPermissionAttribute(SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.NoFlags|SecurityPermissionFlag.ControlEvidence|SecurityPermissionFlag.ControlPolicy)] protected static int WaitHelper( IntPtr[] waitHandles, bool waitAll, int millisecondsTimeout )
Parameters
- waitHandles
- Type: System.IntPtr[]
An array of type IntPtr that contains the native operating system handles.
- waitAll
- Type: System.Boolean
true to wait for all handles; false to wait for any handle.
- millisecondsTimeout
- Type: System.Int32
The number of milliseconds to wait, or Timeout.Infinite (-1) to wait indefinitely.
WaitHelper is a declaration for an unmanaged external helper function. WaitHelper is called by the Wait method to wait for a signal for the specified operating system handles.
- SecurityPermission
to provide evidence and view and modify policy. Demand value: SecurityAction.LinkDemand; Permission values:
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.