Partager via


InputFormatterResult.SuccessAsync(Object) Méthode

Définition

Retourne un Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) a réussi.

public:
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^> ^ SuccessAsync(System::Object ^ model);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult> SuccessAsync (object model);
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult> SuccessAsync (object? model);
static member SuccessAsync : obj -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult>
Public Shared Function SuccessAsync (model As Object) As Task(Of InputFormatterResult)

Paramètres

model
Object

Object désérialisé.

Retours

Task qui, à l’achèvement, fournit un InputFormatterResult indiquant que l’opération ReadAsync(InputFormatterContext) a réussi, c’est-à-dire avec HasErrorfalse.

S’applique à