ILifecycleObservable
interface
Namespace: Orleans
Observable lifecycle. Each stage of the lifecycle is observable. All observers will be notified when the stage is reached when starting, and stopping. Stages are started in ascending order, and stopped in descending order.
public interface ILifecycleObservableMethods
Subscribe(string, int, ILifecycleObserver)Subscribe for notification when a stage is reached while starting or stopping.
