<PackageReference Include="Relativity.Transfer.Client" Version="7.0.11" />

LocalScheduler

public virtual DateTimeOffset Now { get; }

protected LocalScheduler()

protected virtual object GetService(Type serviceType)

public virtual IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action)

public abstract IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action)

public virtual IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState, IDisposable> action)

public virtual IStopwatch StartStopwatch()