IRelationalConnection.RegisterBufferableAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously registers a potentially bufferable active query.
public System.Threading.Tasks.Task RegisterBufferableAsync (Microsoft.EntityFrameworkCore.Query.Internal.IBufferable bufferable, System.Threading.CancellationToken cancellationToken);
abstract member RegisterBufferableAsync : Microsoft.EntityFrameworkCore.Query.Internal.IBufferable * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RegisterBufferableAsync (bufferable As IBufferable, cancellationToken As CancellationToken) As Task
Parameters
- bufferable
- Microsoft.EntityFrameworkCore.Query.Internal.IBufferable
The bufferable query.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
A Task.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework