Skip to content

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 ILifecycleObservable

Methods