Sdílet prostřednictvím


InputFormatterResult.SuccessAsync(Object) Metoda

Definice

Vrátí hodnotu Task , která po dokončení udává InputFormatterResult , ReadAsync(InputFormatterContext) že operace proběhla úspěšně.

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)

Parametry

model
Object

Deserializovaný Object.

Návraty

Hodnota Task , která po dokončení udává InputFormatterResult , že operace byla ReadAsync(InputFormatterContext) úspěšná, tj. s HasErrorfalse.

Platí pro