Share via


TaskExtensions.CultureAwaiter.GetResult Method

Definition

Ends the await on the completed Task.

public void GetResult ();
member this.GetResult : unit -> unit
Public Sub GetResult ()

Exceptions

The awaiter was not properly initialized.

The task was canceled.

The task completed in a Faulted state.

Applies to