ILifecycleParticipant<TLifecycleObservable> Interface

Definition

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 : ILifecycleObservable
type ILifecycleParticipant<'LifecycleObservable (requires 'LifecycleObservable :> ILifecycleObservable)> = interface
Public Interface ILifecycleParticipant(Of TLifecycleObservable)

Type Parameters

TLifecycleObservable

The type of lifecycle being observed.

Derived

Methods

Participate(TLifecycleObservable)

Adds the provided observer as a participant in the lifecycle.

Applies to