Freigeben über


InputFormatterResult.SuccessAsync(Object) Methode

Definition

Gibt ein Task zurück, das bei Abschluss einen InputFormatterResult angibt, der angibt, dass der ReadAsync(InputFormatterContext) Vorgang erfolgreich war.

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)

Parameter

model
Object

Das deserialisierte Object.

Gibt zurück

Ein Task , das bei Abschluss einen InputFormatterResult angibt, der den ReadAsync(InputFormatterContext) erfolgreichen Vorgang angibt, d. h. mit HasErrorfalse.

Gilt für: