InputFormatterResult.NoValueAsync 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.
Retourne un Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) n’a produit aucune valeur.
public:
static System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^> ^ NoValueAsync();
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult> NoValueAsync ();
static member NoValueAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult>
Public Shared Function NoValueAsync () As Task(Of InputFormatterResult)
Retours
Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) n’a produit aucune valeur.