Interface IInterval
Describes a timed interval.
Inherited Members
Namespace: Sharpie.Abstractions
Assembly: sharpie.dll
Syntax
[PublicAPI]
public interface IInterval : IDisposable
Methods
Stop()
Stops the interval from repeating/executing at the next tick.
Declaration
void Stop()