The interface for the SecondTimer class.
| C# | Visual Basic | Visual C++ |
public interface ISecondTimer
Public Interface ISecondTimer
public interface class ISecondTimer
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Register(Action<(Of <(Object>)>)) |
Registers the timer.
| |
| Unregister(Action<(Of <(Object>)>)) |
Unregisters the timer.
|