IGrainManagementExtension.MigrateOnIdle Method
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.
Attempts to migrate the current instance to a new location once it becomes idle.
public System.Threading.Tasks.ValueTask MigrateOnIdle ();
abstract member MigrateOnIdle : unit -> System.Threading.Tasks.ValueTask
Public Function MigrateOnIdle () As ValueTask
Returns
A Task which represents the method call.