IGrainManagementExtension.DeactivateOnIdle 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.
Deactivates the current instance once it becomes idle.
public System.Threading.Tasks.ValueTask DeactivateOnIdle ();
abstract member DeactivateOnIdle : unit -> System.Threading.Tasks.ValueTask
Public Function DeactivateOnIdle () As ValueTask
Returns
A Task which represents the method call.