IEntityEntryGraphIterator.TraverseGraphAsync Méthode

Définition

Surcharges

TraverseGraphAsync<TState>(EntityEntryGraphNode<TState>, Func<EntityEntryGraphNode<TState>,CancellationToken,Task<Boolean>>, CancellationToken)

Source:
IEntityEntryGraphIterator.cs
Source:
IEntityEntryGraphIterator.cs
Source:
IEntityEntryGraphIterator.cs

Traverse un graphique d’entités permettant d’effectuer une action à chaque nœud.

C#
public System.Threading.Tasks.Task TraverseGraphAsync<TState> (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<TState> node, Func<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode<TState>,System.Threading.CancellationToken,System.Threading.Tasks.Task<bool>> handleNode, System.Threading.CancellationToken cancellationToken = default);

Paramètres de type

TState

Type de l’objet d’état.

Paramètres

node
EntityEntryGraphNode<TState>

Nœud visité.

handleNode
Func<EntityEntryGraphNode<TState>,CancellationToken,Task<Boolean>>

Délégué à appeler pour gérer le nœud.

cancellationToken
CancellationToken

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

Retours

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

Exceptions

S’applique à

Entity Framework Core 9.0 et autres versions
Produit Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

TraverseGraphAsync<TState>(EntityEntryGraphNode, TState, Func<EntityEntryGraphNode,TState,CancellationToken,Task<Boolean>>, CancellationToken)

Traverse un graphique d’entités permettant d’effectuer une action à chaque nœud.

C#
public System.Threading.Tasks.Task TraverseGraphAsync<TState> (Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode node, TState state, Func<Microsoft.EntityFrameworkCore.ChangeTracking.EntityEntryGraphNode,TState,System.Threading.CancellationToken,System.Threading.Tasks.Task<bool>> handleNode, System.Threading.CancellationToken cancellationToken = default);

Paramètres de type

TState

Type de l’objet d’état.

Paramètres

node
EntityEntryGraphNode

Nœud visité.

state
TState

Objet d’état arbitraire.

handleNode
Func<EntityEntryGraphNode,TState,CancellationToken,Task<Boolean>>

Délégué à appeler pour gérer le nœud.

cancellationToken
CancellationToken

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

Retours

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

S’applique à

Entity Framework Core 2.2 et Entity Framework Core 2.1
Produit Versions
Entity Framework Core 2.1, 2.2