IEntityGetOperations<T>.GetAsync Method

Definition

Asynchronously retrieves an entity.

public System.Threading.Tasks.Task<T> GetAsync ();
abstract member GetAsync : unit -> System.Threading.Tasks.Task<'T>
Public Function GetAsync () As Task(Of T)

Returns

Task<T>

The entity.

Applies to