Share via


TaskExtensions.CultureAwaiter.GetAwaiter Method

Definition

Gets an awaiter used to await this Task.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Awaiter")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Data.Entity.Utilities.TaskExtensions.CultureAwaiter GetAwaiter ();
member this.GetAwaiter : unit -> System.Data.Entity.Utilities.TaskExtensions.CultureAwaiter
Public Function GetAwaiter () As TaskExtensions.CultureAwaiter

Returns

An awaiter instance.

Attributes

Remarks

This method is intended for compiler user rather than use directly in code.

Applies to