ILifecycleParticipant<TLifecycleObservable> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |