לקריאה באנגלית ערוך

שתף באמצעות


ISiloLifecycle Interface

Definition

The observable silo lifecycle.

C#‎
public interface ISiloLifecycle : Orleans.ILifecycleObservable
Derived
Implements

Remarks

This type is usually used as the generic parameter in ILifecycleParticipant<TLifecycleObservable> as a means of participating in the lifecycle stages of a silo.

Properties

HighestCompletedStage

The highest lifecycle stage which has completed starting.

LowestStoppedStage

The lowest lifecycle stage which has completed stopping.

Methods

Subscribe(String, Int32, ILifecycleObserver)

Subscribe for notification when a stage is reached while starting or stopping.

(Inherited from ILifecycleObservable)

Extension Methods

Applies to

מוצר גירסאות
.NET Orleans 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

See also