GrainService.StartInBackground Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Partie différée de l’initialisation qui s’exécute après le démarrage du service (pour accélérer le démarrage). Définit État sur Démarré.
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
Retours
Task représentant le travail effectué.