Search Results for

    Show / Hide Table of Contents

    Class TickScheduler

    Inheritance
    System.Object
    TickScheduler
    Namespace: OpenAPI.Utils
    Assembly: OpenAPI.dll
    Syntax
    public class TickScheduler : object

    Constructors

    | Improve this Doc View Source

    TickScheduler()

    Declaration
    public TickScheduler()

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    ScheduleTick(UInt64, Action, CancellationToken, Boolean)

    Declaration
    public void ScheduleTick(ulong ticksFromNow, Action onTick, CancellationToken cancellationToken, bool repeat = false)
    Parameters
    Type Name Description
    System.UInt64 ticksFromNow
    Action onTick
    CancellationToken cancellationToken
    System.Boolean repeat
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX