IGrainTimer
interface
Namespace: Orleans.Runtime
Represents a timer belonging to a grain.
public interface IGrainTimer : IDisposableMethods
Change(TimeSpan, TimeSpan)Changes the start time and the interval between method invocations for a timer, usingSystem.TimeSpanvalues to measure time intervals.
