SiloLifecycleSubject Class
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.
Decorator over lifecycle subject for silo. Adds some logging and monitoring
public class SiloLifecycleSubject : Orleans.LifecycleSubject, Orleans.Runtime.ISiloLifecycleSubject
type SiloLifecycleSubject = class
inherit LifecycleSubject
interface ISiloLifecycleSubject
interface ISiloLifecycle
interface ILifecycleObservable
interface ILifecycleObserver
Public Class SiloLifecycleSubject
Inherits LifecycleSubject
Implements ISiloLifecycleSubject
- Inheritance
- Implements
Silo |
Initializes a new instance of the SiloLifecycleSubject class. |
logger | (Inherited from LifecycleSubject) |
Logger | (Inherited from LifecycleSubject) |
Highest |
The highest lifecycle stage which has completed starting. |
Lowest |
The lowest lifecycle stage which has completed stopping. |
Call |
(Inherited from LifecycleSubject) |
Get |
Gets the name of the specified numeric stage. |
On |
Handle start notifications. |
On |
Signifies that OnStart(CancellationToken) completed. |
On |
Handle stop notifications. (Inherited from LifecycleSubject) |
On |
Signifies that OnStop(CancellationToken) completed. |
Perf |
Logs the observed performance of an OnStart(CancellationToken) call. |
Perf |
Logs the observed performance of an OnStop(CancellationToken) call. |
Subscribe(String, Int32, ILifecycle |
Subscribe for notification when a stage is reached while starting or stopping. |
On |
|
On |
|
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. |
Toode | Versioonid |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |