PipelineReader<T>.WaitHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Signaled when data is available.
public:
abstract property System::Threading::WaitHandle ^ WaitHandle { System::Threading::WaitHandle ^ get(); };
public abstract System.Threading.WaitHandle WaitHandle { get; }
member this.WaitHandle : System.Threading.WaitHandle
Public MustOverride ReadOnly Property WaitHandle As WaitHandle