GrainService.StartInBackground Method

Definition

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.

Applies to