Class GrainLifecycleStage
Stages of a grains lifecycle. TODO: Add more later, see ActivationInitializationStage Full grain lifecycle, including register, state setup, and stream cleanup should all eventually be triggered by the grain lifecycle.
Inheritance
System.Object
GrainLifecycleStage
Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public static class GrainLifecycleStage : object
Fields
| Improve this Doc View SourceActivate
Activate grain
Declaration
public const int Activate = null
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SetupState
Setup grain state prior to activation
Declaration
public const int SetupState = null
Field Value
| Type | Description |
|---|---|
| System.Int32 |