Interface ITimerListener
Namespace: Steeltoe.Common.Util
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface ITimerListener
Properties
| Edit this page View SourceIntervalTimeInMilliseconds
Declaration
int IntervalTimeInMilliseconds { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Edit this page View SourceTick()
Declaration
void Tick()