Méthode | Description | |
---|---|---|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal, using a TimeSpan value to specify the maximum time interval to wait. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal, using a TimeSpan value to specify the maximum time interval to wait. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal, using an integer value to specify the maximum time interval,in milliseconds, to wait. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
|
WaitAll ( this |
Waits for all the specified ManualResetEventSlim elements to receive a signal, using an integer value to specify the maximum time interval,in milliseconds, to wait. Using WaitHandle.WaitAll(WaitHandle[]) will cause all ManualResetEventSlim elements to be upgraded to a standard ManualResetEvent, these overloads allow similar functionality without incurring unconditional inflation of the underlying ManualResetEvent. |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
cancellationToken | A |
|
Résultat | bool |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
cancellationToken | System | A |
Résultat | bool |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
timeout | System.TimeSpan | A |
cancellationToken | A |
|
Résultat | bool |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
timeout | System.TimeSpan | A |
cancellationToken | System | A |
Résultat | bool |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
timeout | int | The number of milliseconds to wait, or |
cancellationToken | A |
|
Résultat | bool |
public static WaitAll ( this |
||
resetEvents | this |
Collection of |
timeout | int | The number of milliseconds to wait, or |
cancellationToken | System | A |
Résultat | bool |