Renderer.AddPendingTask(ComponentState, Task) 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.
Avertit le convertisseur qu’une tâche est en attente associée à un composant. Le convertisseur est considéré comme suspendu lorsque toutes ces tâches sont terminées.
protected virtual void AddPendingTask (Microsoft.AspNetCore.Components.Rendering.ComponentState? componentState, System.Threading.Tasks.Task task);
abstract member AddPendingTask : Microsoft.AspNetCore.Components.Rendering.ComponentState * System.Threading.Tasks.Task -> unit
override this.AddPendingTask : Microsoft.AspNetCore.Components.Rendering.ComponentState * System.Threading.Tasks.Task -> unit
Protected Overridable Sub AddPendingTask (componentState As ComponentState, task As Task)
Paramètres
- componentState
- ComponentState
ComponentState pour le composant associé à cette tâche en attente, le cas échéant.