Partager via


EntityReference<TEntity>.LoadAsync Méthode

Définition

Charge de façon asynchrone un ou plusieurs objets à partir de la fin associée avec l’option de fusion spécifiée.

[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

Paramètres

mergeOption
MergeOption

Objet MergeOption à utiliser lors de la fusion d'objets en un objet EntityCollection<TEntity> existant.

cancellationToken
CancellationToken

CancellationToken à observer en attendant la fin de la tâche.

Retours

Tâche qui représente l’opération asynchrone.

Attributs

S’applique à