IGrainManagementExtension
interface
Namespace: Orleans.Core.Internal
Provides functionality for performing management operations on a grain activation.
public interface IGrainManagementExtension : IAddressable, IGrainExtensionMethods
DeactivateOnIdleDeactivates the current instance once it becomes idle.MigrateOnIdleAttempts to migrate the current instance to a new location once it becomes idle.
