ValueTaskAwaiter<TResult>.GetResult Método
Definição
Obtém o resultado do ValueTask.Gets the result of the ValueTask.
public:
TResult GetResult();
public TResult GetResult ();
member this.GetResult : unit -> 'Result
Public Function GetResult () As TResult
Retornos
- TResult
O resultado da tarefa concluída.The result of the completed task.