ISiloLifecycle Interface
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.
The observable silo lifecycle.
public interface ISiloLifecycle : Orleans.ILifecycleObservable
type ISiloLifecycle = interface
interface ILifecycleObservable
Public Interface ISiloLifecycle
Implements ILifecycleObservable
- Derived
- Implements
This type is usually used as the generic parameter in ILifecycleParticipant<TLifecycleObservable> as a means of participating in the lifecycle stages of a silo.
Highest |
The highest lifecycle stage which has completed starting. |
Lowest |
The lowest lifecycle stage which has completed stopping. |
Subscribe(String, Int32, ILifecycle |
Subscribe for notification when a stage is reached while starting or stopping. (Inherited from ILifecycleObservable) |
Subscribe(ILifecycle |
Creates a disposable subscription to the lifecycle. |
Subscribe(ILifecycle |
Creates a disposable subscription to the lifecycle. |
Subscribe(ILifecycle |
Creates a disposable subscription to the lifecycle. |
Subscribe<TObserver>(ILifecycle |
Creates a disposable subscription to the lifecycle. |
Subscribe<TObserver>(ILifecycle |
Creates a disposable subscription to the lifecycle. |
Subscribe<TObserver>(ILifecycle |
Creates a disposable subscription to the lifecycle. |
מוצר | גירסאות |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |