RelationalQueryContext.RegisterValueBufferCursorAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Inscrit de manière asynchrone un curseur de mémoire tampon de valeur.
public virtual System.Threading.Tasks.Task RegisterValueBufferCursorAsync(Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor valueBufferCursor, int? queryIndex, System.Threading.CancellationToken cancellationToken);
abstract member RegisterValueBufferCursorAsync : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RegisterValueBufferCursorAsync : Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RegisterValueBufferCursorAsync (valueBufferCursor As IValueBufferCursor, queryIndex As Nullable(Of Integer), cancellationToken As CancellationToken) As Task
Paramètres
- valueBufferCursor
- Microsoft.EntityFrameworkCore.Query.Internal.IValueBufferCursor
Curseur de la mémoire tampon de valeur.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche.