System.Threading.CountdownEvent.WaitHandle Property

Gets a System.Threading.WaitHandle that is used to wait for the event to be set.

Syntax

public WaitHandle WaitHandle { get; }

Value

Documentation for this section has not yet been entered.

Remarks

CountdownEvent.WaitHandle should only be used if it's needed for integration with code bases that rely on having a WaitHandle. If all that's needed is to wait for the System.Threading.CountdownEvent to be set, the CountdownEvent.Wait method should be preferred.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0