GrainService.StartInBackground Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Parte posticipata dell'inizializzazione eseguita dopo l'avvio del servizio (per velocizzare l'avvio). Imposta stato su Avviato.
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
Restituisce
Oggetto Task che rappresenta il lavoro eseguito.