GrainLifecycleStage 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.
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.
public static class GrainLifecycleStage
type GrainLifecycleStage = class
Public Class GrainLifecycleStage
- Inheritance
-
GrainLifecycleStage
Fields
Activate |
Activate grain. |
First |
First valid stage in grain's lifecycle. |
Last |
Last valid stage in grain's lifecycle. |
SetupState |
Setup grain state prior to activation. |