Skip to content

IGrainManagementExtension

interface

Namespace: Orleans.Core.Internal

Provides functionality for performing management operations on a grain activation.
public interface IGrainManagementExtension : IAddressable, IGrainExtension

Methods

  • DeactivateOnIdle Deactivates the current instance once it becomes idle.
  • MigrateOnIdle Attempts to migrate the current instance to a new location once it becomes idle.