Skip to content

IGrainManagementExtension Methods

Provides functionality for performing management operations on a grain activation.

DeactivateOnIdle

abstract
public abstract ValueTask DeactivateOnIdle()
Deactivates the current instance once it becomes idle.

Returns

A System.Threading.Tasks.Task which represents the method call.

MigrateOnIdle

abstract
public abstract ValueTask MigrateOnIdle()
Attempts to migrate the current instance to a new location once it becomes idle.

Returns

A System.Threading.Tasks.Task which represents the method call.