https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.cosmos.container.getfeedrangesasync?view=azure-dotnet
Container.GetFeedRangesAsync(CancellationToken) Method (Microsoft.Azure.Cosmos) - Azure for .NET...
Obtains a list of FeedRange that can be used to parallelize Feed operations.
microsoft azurecontainercancellationtokenmethodcosmos
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Driver_MongoClient_ListDatabasesAsync_2.htm
MongoClient.ListDatabasesAsync Method (ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.14/apidocs/html/M_MongoDB_Driver_Core_Operations_AggregateOperation_1_Execute.htm
AggregateOperation(TResult).Execute Method (IReadBinding, CancellationToken)
Executes the operation.
executemethodcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.query.asyncenumerable-1.toarrayasync?view=efcore-2.2
AsyncEnumerableTResult.ToArrayAsync(CancellationToken) Method...
cancellationtokenmethod
https://learn.microsoft.com/pt-pt/dotnet/api/microsoft.azure.sqldatabase.elasticscale.query.multishardcommand.executenonqueryasync?view=azure-dotnet
MultiShardCommand.ExecuteNonQueryAsync(CancellationToken) Method...
Learn more about the Microsoft.Azure.SqlDatabase.ElasticScale.Query.MultiShardCommand.ExecuteNonQueryAsync in the...
cancellationtokenmethod
https://learn.microsoft.com/es-es/dotnet/api/system.threading.cancellationtoken.none?view=dotnet-uwp-10.0
CancellationToken.None Property (System.Threading) | Microsoft Learn
Returns an empty CancellationToken value.
property systemcancellationtokennonethreadingmicrosoft
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/S3/MIS3PutBucketWebsiteAsyncPutBucketWebsiteRequestCancellationToken.html
IAmazonS3.PutBucketWebsiteAsync Method (PutBucketWebsiteRequest, CancellationToken) | AWS SDK for...
IAmazonS3.PutBucketWebsiteAsync Method (PutBucketWebsiteRequest, CancellationToken)
methodcancellationtokenawssdk
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/DynamoDBv2/MIDocumentBatchGetExecuteAsyncCancellationToken.html
IDocumentBatchGet.ExecuteAsync Method (CancellationToken) | AWS SDK for .NET Version 4
IDocumentBatchGet.ExecuteAsync Method (CancellationToken)
methodcancellationtokenawssdkversion
https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_IMongoDatabase_DropCollection.htm
IMongoDatabase.DropCollection Method (IClientSessionHandle, String, CancellationToken)
Drops the collection with the specified name.
methodstringcancellationtoken
https://learn.microsoft.com/ja-jp/dotnet/api/microsoft.extensions.hosting.ihostlifetime.waitforstartasync?view=net-10.0-pp
IHostLifetime.WaitForStartAsync(CancellationToken) Method (Microsoft.Extensions.Hosting) |...
Called at the start of StartAsync(CancellationToken) which will wait until it's complete before continuing. This can be used to delay startup until signaled by...
cancellationtokenmethodmicrosoftextensionshosting
https://www.jetbrains.com/help/resharper/PossiblyMistakenUseOfCancellationToken.html
Code inspection: Possibly mistaken use of a 'CancellationToken' | ReSharper Documentation
code inspectionof apossiblymistakenuse
https://resources.arcgis.com/en/help/runtime-wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Tasks.GeometryService~BufferTaskAsync(BufferParameters,CancellationToken).html
BufferTaskAsync(BufferParameters,CancellationToken) Method
cancellationtokenmethod
https://mongodb.github.io/mongo-csharp-driver/2.4/apidocs/html/M_MongoDB_Driver_IMongoCollection_1_InsertOneAsync_1.htm
IMongoCollection(TDocument).InsertOneAsync Method (TDocument, CancellationToken)
Inserts a single document.
methodcancellationtoken
https://learn.microsoft.com/de-de/dotnet/api/microsoft.aspnetcore.components.server.circuits.circuithandler.oncircuitopenedasync?view=aspnetcore-10.0
CircuitHandler.OnCircuitOpenedAsync(Circuit, CancellationToken) Methode...
Wird aufgerufen, wenn eine neue Verbindung eingerichtet wurde.
circuitcancellationtokenmethode
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_MongoCollectionBase_1_InsertOne_1.htm
MongoCollectionBase(TDocument).InsertOne Method (TDocument, InsertOneOptions, CancellationToken)
Inserts a single document.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Driver_MongoClient_ListDatabaseNames_3.htm
MongoClient.ListDatabaseNames Method (CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/EC2/MEC2DeleteCustomerGatewayAsyncDeleteCustomerGatewayRequestCancellationToken.html
AmazonEC2Client.DeleteCustomerGatewayAsync Method (DeleteCustomerGatewayRequest, CancellationToken)...
AmazonEC2Client.DeleteCustomerGatewayAsync Method (DeleteCustomerGatewayRequest, CancellationToken)
methodcancellationtoken
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/EC2/MEC2CreateClientVpnRouteAsyncCreateClientVpnRouteRequestCancellationToken.html
AmazonEC2Client.CreateClientVpnRouteAsync Method (CreateClientVpnRouteRequest, CancellationToken) |...
AmazonEC2Client.CreateClientVpnRouteAsync Method (CreateClientVpnRouteRequest, CancellationToken)
methodcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/system.data.common.dbcommand.prepareasync?view=netstandard-2.1&viewFallbackFrom=netframework-4.8
DbCommand.PrepareAsync(CancellationToken) Method (System.Data.Common) | Microsoft Learn
Asynchronously creates a prepared (or compiled) version of the command on the data source.
system datacancellationtokenmethodcommonmicrosoft
https://adrianbailador.github.io/blog/07-cancellation-tokens/
CancellationToken in .NET: What Are They and Why Should You Use Them? | Adrian Bailador | .NET
Mar 22, 2025 - If you work with .NET and asynchronous tasks, you've probably encountered the need to cancel an ongoing operation. This is where Cancellation Tokens...
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Driver_MongoClientBase_ListDatabases_2.htm
MongoClientBase.ListDatabases Method (ListDatabasesOptions, CancellationToken)
Lists the databases on the server.
methodcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netframework-4.8.1&redirectedfrom=MSDN
CancellationToken Struct (System.Threading) | Microsoft Learn
Propagates notification that operations should be canceled.
cancellationtokenstructsystemthreadingmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.paralleloptions.cancellationtoken?view=netframework-4.8.1&viewFallbackFrom=net-10.0
ParallelOptions.CancellationToken Property (System.Threading.Tasks) | Microsoft Learn
Gets or sets the CancellationToken associated with this ParallelOptions instance.
property systemcancellationtokenthreadingtasksmicrosoft
https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.document.getsyntaxtreeasync?view=roslyn-dotnet-3.2
Document.GetSyntaxTreeAsync(CancellationToken) Method (Microsoft.CodeAnalysis) | Microsoft Learn
Gets the SyntaxTree for this document asynchronously.
documentcancellationtokenmethodmicrosoftlearn
https://www.jetbrains.com/help/rider/CSharpWarnings_CS8425.html
Code inspection: Async-iterator has one or more parameters of type 'CancellationToken' but none of...
https://learn.microsoft.com/es-es/dotnet/api/system.threading.cancellationtoken.canbecanceled?view=net-6.0
CancellationToken.CanBeCanceled Propiedad (System.Threading) | Microsoft Learn
Obtiene si este token es capaz de estar en estado cancelado.
cancellationtokenpropiedadsystemthreadingmicrosoft
https://developers.google.com/android/reference/kotlin/com/google/android/gms/tasks/CancellationToken?authuser=4
CancellationToken | Google Play services | Google for Developers
google play servicescancellationtokendevelopers
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_MongoIndexManagerBase_1_DropAll_3.htm
MongoIndexManagerBase(TDocument).DropAll Method (CancellationToken)
Drops all the indexes.
methodcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken.iscancellationrequested?view=netframework-4.8.1&redirectedfrom=MSDN
CancellationToken.IsCancellationRequested Property (System.Threading) | Microsoft Learn
Gets whether cancellation has been requested for this token.
property systemcancellationtokenthreadingmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.hosting.ihostedservice.startasync?view=net-10.0-pp
IHostedService.StartAsync(CancellationToken) Method (Microsoft.Extensions.Hosting) | Microsoft Learn
Triggered when the application host is ready to start the service.
cancellationtokenmethodmicrosoftextensionshosting
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_MongoClient_DropDatabaseAsync.htm
MongoClient.DropDatabaseAsync Method (IClientSessionHandle, String, CancellationToken)
Drops the database with the specified name.
methodstringcancellationtoken
https://learn.microsoft.com/zh-cn/dotnet/api/microsoft.extensions.diagnostics.healthchecks.ihealthcheck.checkhealthasync?view=net-11.0-pp
IHealthCheck.CheckHealthAsync(HealthCheckContext, CancellationToken) Method...
Runs the health check, returning the status of the component being checked.
cancellationtokenmethod
https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/M_MongoDB_Driver_IMongoClient_ListDatabaseNames_1.htm
IMongoClient.ListDatabaseNames Method (IClientSessionHandle, CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://learn.microsoft.com/zh-tw/dotnet/api/system.net.http.httpclienthandler.send?view=net-10.0
HttpClientHandler.Send(HttpRequestMessage, CancellationToken) Method (System.Net.Http) | Microsoft...
Creates an instance of HttpResponseMessage based on the information provided in the HttpRequestMessage.
sendcancellationtokenmethodsystemhttp
https://developers.google.com/android/reference/com/google/android/gms/tasks/CancellationToken?authuser=1
CancellationToken | Google Play services | Google for Developers
google play servicescancellationtokendevelopers
https://learn.microsoft.com/en-us/dotnet/api/azure.security.keyvault.keys.keyclient.startdeletekeyasync?view=azure-dotnet
KeyClient.StartDeleteKeyAsync(String, CancellationToken) Method (Azure.Security.KeyVault.Keys) -...
Deletes a key of any type from storage in Azure Key Vault.
azure securitystringcancellationtokenmethodkeyvault
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/S3/MIS3GetBucketWebsiteAsyncStringCancellationToken.html
IAmazonS3.GetBucketWebsiteAsync Method (string, CancellationToken) | AWS SDK for .NET Version 4
IAmazonS3.GetBucketWebsiteAsync Method (string, CancellationToken)
methodstringcancellationtoken
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/S3/MIS3GetCORSConfigurationAsyncGetCORSConfigurationRequestCancellationToken.html
IAmazonS3.GetCORSConfigurationAsync Method (GetCORSConfigurationRequest, CancellationToken) | AWS...
IAmazonS3.GetCORSConfigurationAsync Method (GetCORSConfigurationRequest, CancellationToken)
methodcancellationtokenaws
https://mongodb.github.io/mongo-csharp-driver/2.5/apidocs/html/M_MongoDB_Driver_IMongoCollection_1_DeleteOneAsync_1.htm
IMongoCollection(TDocument).DeleteOneAsync Method (FilterDefinition(TDocument), CancellationToken)
Deletes a single document.
methodcancellationtoken
https://bugs.mysql.com/bug.php?id=106243
MySQL Bugs: #106243: CancellationToken doesn't cancel MySqlConnection.OpenAsync
mysqlbugscancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.9/apidocs/html/M_MongoDB_Driver_IMongoClientExtensions_Watch.htm
IMongoClientExtensions.Watch Method (IMongoClient, ChangeStreamOptions, CancellationToken)
Watches changes on all collections in all databases.
watchmethodcancellationtoken
https://learn.microsoft.com/es-es/dotnet/api/microsoft.extensions.hosting.backgroundservice.executeasync?view=net-11.0-pp
BackgroundService.ExecuteAsync(CancellationToken) Method (Microsoft.Extensions.Hosting) | Microsoft...
This method is called when the IHostedService starts. The implementation should return a task that represents the lifetime of the long running operation(s)...
cancellationtokenmethodmicrosoftextensionshosting
https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/M_MongoDB_Driver_IMongoClient_ListDatabaseNamesAsync_2.htm
IMongoClient.ListDatabaseNamesAsync Method (ListDatabaseNamesOptions, CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Driver_MongoClientBase_ListDatabaseNamesAsync_2.htm
MongoClientBase.ListDatabaseNamesAsync Method (ListDatabaseNamesOptions, CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://www.jetbrains.com/help/resharper/CSharpWarnings_CS8425.html
Code inspection: Async-iterator has one or more parameters of type 'CancellationToken' but none of...
https://learn.microsoft.com/de-de/dotnet/api/system.threading.cancellationtoken?view=netframework-4.8.1&viewFallbackFrom=net-10.0-pp
CancellationToken Struct (System.Threading) | Microsoft Learn
Propagates notification that operations should be canceled.
cancellationtokenstructsystemthreadingmicrosoft
https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/M_MongoDB_Driver_MongoClientBase_ListDatabaseNames_1.htm
MongoClientBase.ListDatabaseNames Method (IClientSessionHandle, CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.12/apidocs/html/M_MongoDB_Driver_MongoIndexManagerBase_1_DropAll_2.htm
MongoIndexManagerBase(TDocument).DropAll Method (IClientSessionHandle, CancellationToken)
Drops all the indexes.
methodcancellationtoken
https://docs.rs/tokio-util/0.7.18/tokio_util/sync/struct.CancellationToken.html
CancellationToken in tokio_util::sync - Rust
A token which can be used to signal a cancellation request to one or more tasks.
cancellationtokentokioutilsyncrust
https://learn.microsoft.com/en-us/dotnet/api/azure.storage.queues.queueserviceclient.getstatistics?view=azure-dotnet
QueueServiceClient.GetStatistics(CancellationToken) Method (Azure.Storage.Queues) - Azure for .NET...
Retrieves statistics related to replication for the Blob service. It is only available on the secondary location endpoint when read-access geo-redundant...
azure storage queuescancellationtokenmethod
https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlcommand.executescalarasync?view=sqlclient-dotnet-standard-5.2
SqlCommand.ExecuteScalarAsync(CancellationToken) Method (Microsoft.Data.SqlClient) | Microsoft Learn
An asynchronous version of ExecuteScalar(), which executes the query asynchronously and returns the first column of the first row in the result set returned by...
cancellationtokenmethodmicrosoftdatalearn
https://developers.google.com/android/reference/com/google/android/gms/tasks/CancellationToken.html?authuser=7
CancellationToken | Google Play services | Google for Developers
google play servicescancellationtokendevelopers
https://learn.microsoft.com/en-in/dotnet/api/system.threading.cancellationtoken?view=netframework-4.7.1
CancellationToken Struct (System.Threading) | Microsoft Learn
Propagates notification that operations should be canceled.
cancellationtokenstructsystemthreadingmicrosoft
https://learn.microsoft.com/es-es/dotnet/api/microsoft.azure.webjobs.extensions.durabletask.idurableentityclient.listentitiesasync?view=azure-dotnet
IDurableEntityClient.ListEntitiesAsync(EntityQuery, CancellationToken) Method...
Gets the status of all entity instances with paging that match the specified query conditions.
cancellationtokenmethod
https://learn.microsoft.com/es-es/dotnet/api/system.threading.cancellationtoken.op_inequality?view=netframework-4.8.1&viewFallbackFrom=net-6.0
CancellationToken.Inequality(CancellationToken, CancellationToken) Operator (System.Threading) |...
Determines whether two CancellationToken instances are not equal.
cancellationtokeninequalityoperatorsystemthreading
https://mongodb.github.io/node-mongodb-native/6.7/classes/CancellationToken.html
CancellationToken | mongodb
Documentation for mongodb
cancellationtokenmongodb
https://mongodb.github.io/mongo-csharp-driver/2.21/apidocs/html/M_MongoDB_Driver_MongoClient_ListDatabaseNames_2.htm
MongoClient.ListDatabaseNames Method (ListDatabaseNamesOptions, CancellationToken)
Returns the names of the databases on the server.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.8/apidocs/html/M_MongoDB_Driver_IMongoIndexManager_1_DropOneAsync_2.htm
IMongoIndexManager(TDocument).DropOneAsync Method (String, DropIndexOptions, CancellationToken)
Drops an index by its name.
methodstringcancellationtoken
https://learn.microsoft.com/pl-pl/dotnet/api/microsoft.data.sqlclient.sqlbatch.executereaderasync?view=sqlclient-dotnet-core-6.1
SqlBatch.ExecuteReaderAsync(CancellationToken) Method (Microsoft.Data.SqlClient) | Microsoft Learn
An asynchronous version of ExecuteReader(), which sends the Commands to the Connection and builds a SqlDataReader. Exceptions will be reported via the returned...
cancellationtokenmethodmicrosoftdatalearn
https://learn.microsoft.com/zh-cn/dotnet/api/system.threading.cancellationtoken.gethashcode?view=netframework-4.8.1
CancellationToken.GetHashCode Method (System.Threading) | Microsoft Learn
Serves as a hash function for a CancellationToken.
cancellationtokenmethodsystemthreadingmicrosoft
https://mongodb.github.io/mongo-csharp-driver/2.4/apidocs/html/M_MongoDB_Driver_IMongoCollection_1_DeleteMany_1.htm
IMongoCollection(TDocument).DeleteMany Method (FilterDefinition(TDocument), CancellationToken)
Deletes multiple documents.
methodcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/M_MongoDB_Driver_IMongoDatabase_DropCollectionAsync_3.htm
IMongoDatabase.DropCollectionAsync Method (String, CancellationToken)
Drops the collection with the specified name.
methodstringcancellationtoken
https://mongodb.github.io/mongo-csharp-driver/2.17/apidocs/html/M_MongoDB_Driver_IMongoDatabase_RenameCollection_1.htm
IMongoDatabase.RenameCollection Method (String, String, RenameCollectionOptions, CancellationToken)
Renames the collection.
methodstringcancellationtoken
https://learn.microsoft.com/zh-tw/dotnet/api/azure.storage.blobs.specialized.appendblobclient.create?view=azure-dotnet
AppendBlobClient.Create(AppendBlobCreateOptions, CancellationToken) Method...
The Create(AppendBlobCreateOptions, CancellationToken) operation creates a new 0-length append blob. The content of any existing blob is overwritten with the...
createcancellationtokenmethod
https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/DynamoDBv2/MIDynamoDBBatchExecuteStatementAsyncBatchExecuteStatementRequestCancellationToken.html
IAmazonDynamoDB.BatchExecuteStatementAsync Method (BatchExecuteStatementRequest, CancellationToken)...
IAmazonDynamoDB.BatchExecuteStatementAsync Method (BatchExecuteStatementRequest, CancellationToken)
methodcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.storage.idatabasecreator.ensuredeletedasync?view=efcore-10.0
IDatabaseCreator.EnsureDeletedAsync(CancellationToken) Method...
Asynchronously ensures that the database for the context does not exist. If it does not exist, no action is taken. If it does exist then the database is...
cancellationtokenmethod
https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=netframework-4.8.1&viewFallbackFrom=net-10.0
CancellationToken Struct (System.Threading) | Microsoft Learn
Propagates notification that operations should be canceled.
cancellationtokenstructsystemthreadingmicrosoft
https://mongodb.github.io/mongo-csharp-driver/2.15/apidocs/html/M_MongoDB_Driver_IMongoIndexManager_1_DropOne_2.htm
IMongoIndexManager(TDocument).DropOne Method (String, DropIndexOptions, CancellationToken)
Drops an index by its name.
methodstringcancellationtoken
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.connectioninfo.getclientcertificateasync?view=aspnetcore-10.0
ConnectionInfo.GetClientCertificateAsync(CancellationToken) Method (Microsoft.AspNetCore.Http) |...
Retrieves the client certificate.
cancellationtokenmethodmicrosoftaspnetcorehttp
https://learn.microsoft.com/en-us/dotnet/api/system.threading.periodictimer.waitfornexttickasync?view=net-10.0
PeriodicTimer.WaitForNextTickAsync(CancellationToken) Method (System.Threading) | Microsoft Learn
Waits for the next tick of the timer, or for the timer to be stopped.
cancellationtokenmethodsystemthreadingmicrosoft
https://learn.microsoft.com/zh-cn/dotnet/api/system.threading.cancellationtoken.iscancellationrequested?view=netframework-4.7.2
CancellationToken.IsCancellationRequested Property (System.Threading) | Microsoft Learn
Gets whether cancellation has been requested for this token.
property systemcancellationtokenthreadingmicrosoftlearn