Udostępnij za pośrednictwem


EntityReference<TEntity>.LoadAsync Metoda

Definicja

Asynchronicznie ładuje obiekt lub obiekty z powiązanego końca z określoną opcją scalania.

[System.Diagnostics.DebuggerStepThrough]
public override System.Threading.Tasks.Task LoadAsync (System.Data.Entity.Core.Objects.MergeOption mergeOption, System.Threading.CancellationToken cancellationToken);
override this.LoadAsync : System.Data.Entity.Core.Objects.MergeOption * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parametry

mergeOption
MergeOption

Element MergeOption do użycia podczas scalania obiektów do istniejącego EntityCollection<TEntity>obiektu .

cancellationToken
CancellationToken

Element CancellationToken do obserwowania podczas oczekiwania na ukończenie zadania.

Zwraca

Zadanie reprezentujące operację asynchroniczną.

Atrybuty

Dotyczy