Skip to content

IGrainTimer

interface

Namespace: Orleans.Runtime

Represents a timer belonging to a grain.
public interface IGrainTimer : IDisposable

Methods

  • Change(TimeSpan, TimeSpan)Changes the start time and the interval between method invocations for a timer, using System.TimeSpan values to measure time intervals.