ILifecycleParticipant<TLifecycleObservable>
interface
Namespace: Orleans
Provides hook to take part in lifecycle. Also may act as a signal interface indicating that an object can take part in lifecycle.
public interface ILifecycleParticipant<TLifecycleObservable> where TLifecycleObservable : Orleans.ILifecycleObservableMethods
Participate(TLifecycleObservable)Adds the provided observer as a participant in the lifecycle.
