You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most async methods should support cancellation tokens.
This allows the user or api client to cancel the request on a long running query.
CancellationToken usage also helps when restarting instances of microservices when a long running query may be blocking a restart.
The text was updated successfully, but these errors were encountered:
Most async methods should support cancellation tokens.
This allows the user or api client to cancel the request on a long running query.
CancellationToken usage also helps when restarting instances of microservices when a long running query may be blocking a restart.
The text was updated successfully, but these errors were encountered: