 | BeatSchedulerEmptyWaitHandle Property |
A wait handle that is set once the underlying collection is empty. It will remain set until new content is added to the queue.
Namespace: MidiGremlin.InternalAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic EventWaitHandle EmptyWaitHandle { get; }
Public ReadOnly Property EmptyWaitHandle As EventWaitHandle
Get
public:
property EventWaitHandle^ EmptyWaitHandle {
EventWaitHandle^ get ();
}
member EmptyWaitHandle : EventWaitHandle with get
Property Value
Type:
EventWaitHandle
See Also