IActorTimer Interface

Definition

Represents the timer set on an Actor.

public interface IActorTimer : IDisposable
type IActorTimer = interface
    interface IDisposable
Public Interface IActorTimer
Implements IDisposable
Implements

Properties

DueTime

Gets the time when timer is first due.

Period

Gets the periodic time when timer will be invoked.

Applies to