Search Results for

    Show / Hide Table of Contents

    Interface IWithTimers

    Marker interface for adding Timers support

    Namespace: Akka.Actor
    Assembly: Akka.dll
    Syntax
    public interface IWithTimers

    Properties

    | Edit this page View Source

    Timers

    Gets or sets the TimerScheduler. This will be automatically populated by the framework in base constructor. Implement this as an auto property.

    Declaration
    ITimerScheduler Timers { get; set; }
    Property Value
    Type Description
    ITimerScheduler

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET