Show / Hide Table of Contents

Interface ITimerRegistry

Namespace: Orleans.Timers
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface ITimerRegistry

Methods

| Improve this Doc View Source

RegisterTimer(Grain, Func<Object, Task>, Object, TimeSpan, TimeSpan)

Declaration
IDisposable RegisterTimer(Grain grain, Func<object, Task> asyncCallback, object state, TimeSpan dueTime, TimeSpan period)
Parameters
Type Name Description
Grain grain
Func<System.Object, Task> asyncCallback
System.Object state
TimeSpan dueTime
TimeSpan period
Returns
Type Description
IDisposable

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX