GrainService.StartInBackground 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.
Deferred part of initialization that executes after the service is already started (to speed up startup). Sets Status to Started.
protected abstract System.Threading.Tasks.Task StartInBackground ();
protected virtual System.Threading.Tasks.Task StartInBackground ();
abstract member StartInBackground : unit -> System.Threading.Tasks.Task
abstract member StartInBackground : unit -> System.Threading.Tasks.Task
override this.StartInBackground : unit -> System.Threading.Tasks.Task
Protected MustOverride Function StartInBackground () As Task
Protected Overridable Function StartInBackground () As Task
Returns
A Task representing the work performed.