Show / Hide Table of Contents

Class UpdateQueue

Represents a generic UpdateQueue<TIdentifier, TData> using an object as the key and a color as the value.

Inheritance
object
AbstractReferenceCounting
UpdateQueue<object, Color>
UpdateQueue
AsusUpdateQueue
CoolerMasterUpdateQueue
CorsairDeviceUpdateQueue
CorsairDeviceUpdateQueue
E131UpdateQueue
LogitechPerDeviceUpdateQueue
LogitechPerKeyUpdateQueue
LogitechZoneUpdateQueue
MsiDeviceUpdateQueue
MidiUpdateQueue
OpenRGBUpdateQueue
PicoPiBulkUpdateQueue
PicoPiHIDUpdateQueue
RazerUpdateQueue
NodeMCUWS2812USBUpdateQueue
SerialConnectionUpdateQueue<TData>
WootingUpdateQueue
Implements
IUpdateQueue
IUpdateQueue<object, Color>
IReferenceCounting
IDisposable
Inherited Members
UpdateQueue<object, Color>.RequiresFlush
UpdateQueue<object, Color>.OnUpdate(object, CustomUpdateData)
UpdateQueue<object, Color>.OnStartup(object, CustomUpdateData)
UpdateQueue<object, Color>.Update(in ReadOnlySpan<(object key, Color color)>)
UpdateQueue<object, Color>.SetData(ReadOnlySpan<(object, Color)>)
UpdateQueue<object, Color>.Reset()
UpdateQueue<object, Color>.Dispose()
AbstractReferenceCounting.ActiveReferenceCount
AbstractReferenceCounting.AddReferencingObject(object)
AbstractReferenceCounting.RemoveReferencingObject(object)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

UpdateQueue(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.

Implements

IUpdateQueue
IUpdateQueue<TIdentifier, TData>
IReferenceCounting
IDisposable

Extension Methods

ReferenceCountingExtension.HasActiveReferences(IReferenceCounting)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX