Show / Hide Table of Contents

Interface IUpdateTrigger

Represents a trigger causing an update.

Inherited Members
IDisposable.Dispose()
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
public interface IUpdateTrigger : IDisposable

Properties

| Edit this page View Source

LastUpdateTime

Gets the time spent for the last update.

Declaration
double LastUpdateTime { get; }
Property Value
Type Description
double

Methods

| Edit this page View Source

Start()

Starts the update trigger.

Declaration
void Start()

Events

| Edit this page View Source

Starting

Occurs when the trigger is starting up.

Declaration
event EventHandler<CustomUpdateData>? Starting
Event Type
Type Description
EventHandler<CustomUpdateData>
| Edit this page View Source

Update

Occurs when the trigger wants to cause an update.

Declaration
event EventHandler<CustomUpdateData>? Update
Event Type
Type Description
EventHandler<CustomUpdateData>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX