[
https://issues.apache.org/jira/browse/IGNITE-16809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17615215#comment-17615215
]
Pavel Tupitsyn commented on IGNITE-16809:
-----------------------------------------
[~jhaltom] In the underlying Ignite Java API only Compute supports
cancellation, as far as I see. And ExecuteJavaTaskAsync takes CancellationToken.
Other things like cache operations can't really be cancelled. Providing
CancellationToken for them can be misleading (even though we could cancel the
network part of the operation).
> .NET CancellationToken on Async methods
> ---------------------------------------
>
> Key: IGNITE-16809
> URL: https://issues.apache.org/jira/browse/IGNITE-16809
> Project: Ignite
> Issue Type: Improvement
> Components: thin client
> Affects Versions: 2.12
> Reporter: Jerome Isaac Haltom
> Priority: Minor
>
> The .NET ThinClient API has numerous async methods, but none seem to support
> cancellation. I suspect they could and probably should. Each should accept a
> CancellationToken parameter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)