Beispiel #1
0
 /// <summary>
 /// Unregisters the provided timer with the runtime.
 /// </summary>
 /// <param name="timer">The <see cref="ActorTimerToken" /> to unregister.</param>
 /// <returns>A task which will complete when the operation completes.</returns>
 public abstract Task UnregisterTimerAsync(ActorTimerToken timer);