SwiftlyS2

ITimerContext

Interface ITimerContext

Namespace: SwiftlyS2.Shared.Scheduler

Assembly: SwiftlyS2.CS2.dll

public interface ITimerContext

Properties

ExecutionCount

Gets the number of times the timer has been executed. The first execution count is 0.

ulong ExecutionCount { get; }
Property Value

On this page