Skip to content

IGrainLifecycle

interface

Namespace: Orleans.Runtime

The observable grain lifecycle.
public interface IGrainLifecycle : ILifecycleObservable

Remarks

This type is usually used as the generic parameter in Orleans.ILifecycleParticipant as a means of participating in the lifecycle stages of a grain activation.

Methods