ServiceLifecycleStage Class

Definition

Lifecycle stages of an Orleans client or silo.

public static class ServiceLifecycleStage
type ServiceLifecycleStage = class
Public Class ServiceLifecycleStage
Inheritance
ServiceLifecycleStage

Fields

Active

Service is active.

AfterRuntimeGrainServices

After runtime services have started.

ApplicationServices

Start application layer services

BecomeActive

Service will be active after this step. It should only be used by the membership oracle and the gateway, no other component should run at this stage

First

First valid stage in service's lifecycle

Last

Last valid stage in service's lifecycle

RuntimeGrainServices

Start runtime services

RuntimeInitialize

Initialize runtime

RuntimeServices

Start runtime services

RuntimeStorageServices

Initialize runtime storage

Applies to