IGui |
public interface IGuiTimerService : IDisposable
The IGuiTimerService type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
Name | Description | |
---|---|---|
TickEvery1000ms | A Gui timer tick that occurs every 1000 ms. | |
TickEvery100ms | A Gui timer tick that occurs every 100 ms. | |
TickEvery10ms | A Gui timer tick that occurs every 10 ms. |