Grain.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.
Deactivate this activation of the grain after the current grain method call is completed. This call will mark this activation of the current grain to be deactivated and removed at the end of the current method. The next call to this grain will result in a different activation to be used, which typical means a new activation will be created automatically by the runtime.
protected virtual void DeactivateOnIdle ();
protected void DeactivateOnIdle ();
abstract member DeactivateOnIdle : unit -> unit
override this.DeactivateOnIdle : unit -> unit
member this.DeactivateOnIdle : unit -> unit
Protected Overridable Sub DeactivateOnIdle ()
Protected Sub DeactivateOnIdle ()