Click or drag to resize

IGuiTimerService Interface

Interface for a timer service that calls back using the Gui thread.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IGuiTimerService : IDisposable

The IGuiTimerService type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
Events
 NameDescription
Public eventTickEvery1000ms A Gui timer tick that occurs every 1000 ms.
Public eventTickEvery100ms A Gui timer tick that occurs every 100 ms.
Public eventTickEvery10ms A Gui timer tick that occurs every 10 ms.
Top
See Also