Class UpdateQueue
Represents a generic UpdateQueue<TIdentifier, TData> using an object as the key and a color as the value.
Inheritance
UpdateQueue
Inherited Members
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public abstract class UpdateQueue : UpdateQueue<object, Color>, IUpdateQueue, IUpdateQueue<object, Color>, IReferenceCounting, IDisposable
Constructors
| Edit this page View SourceUpdateQueue(IDeviceUpdateTrigger)
Initializes a new instance of the UpdateQueue<TIdentifier, TData> class.
Declaration
protected UpdateQueue(IDeviceUpdateTrigger updateTrigger)
Parameters
Type | Name | Description |
---|---|---|
IDeviceUpdateTrigger | updateTrigger | The IDeviceUpdateTrigger causing this queue to update. |