ILifecycleObserver
interface
Namespace: Orleans
Lifecycle observer used to handle start and stop notification.
public interface ILifecycleObserverMethods
OnStart(CancellationToken)Handle start notifications.OnStop(CancellationToken)Handle stop notifications.
