Click or drag to resize
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.Internal
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EventWaitHandle EmptyWaitHandle { get; }

Property Value

Type: EventWaitHandle
See Also