Show / Hide Table of Contents

Interface ILifecycleParticipant<TLifecycleObservable>

Provides hook to take part in lifecycle. Also may act as a signal interface indicating that an object can take part in lifecycle.

Namespace: Orleans
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface ILifecycleParticipant<TLifecycleObservable>

    where TLifecycleObservable : ILifecycleObservable
Type Parameters
Name Description
TLifecycleObservable

Methods

| Improve this Doc View Source

Participate(TLifecycleObservable)

Declaration
void Participate(TLifecycleObservable lifecycle)
Parameters
Type Name Description
TLifecycleObservable lifecycle

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX