ValueTask.CompletedTask Propriété
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.
Obtient une tâche qui s’est déjà terminée correctement.
public:
static property System::Threading::Tasks::ValueTask CompletedTask { System::Threading::Tasks::ValueTask get(); };
public static System.Threading.Tasks.ValueTask CompletedTask { get; }
member this.CompletedTask : System.Threading.Tasks.ValueTask
Public Shared ReadOnly Property CompletedTask As ValueTask