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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework