ServiceLifecycleStage Class
Definition
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.
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 |