Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B7B4181F8 for ; Tue, 22 Dec 2015 07:41:58 +0000 (UTC) Received: (qmail 56762 invoked by uid 500); 22 Dec 2015 07:41:47 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 56653 invoked by uid 500); 22 Dec 2015 07:41:47 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 56347 invoked by uid 99); 22 Dec 2015 07:41:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Dec 2015 07:41:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B5A782C1F5A for ; Tue, 22 Dec 2015 07:41:46 +0000 (UTC) Date: Tue, 22 Dec 2015 07:41:46 +0000 (UTC) From: "Vladimir Ozerov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-2228) .NET: Ensure async Task can be cancelled. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Vladimir Ozerov created IGNITE-2228: --------------------------------------- Summary: .NET: Ensure async Task can be cancelled. Key: IGNITE-2228 URL: https://issues.apache.org/jira/browse/IGNITE-2228 Project: Ignite Issue Type: Bug Components: interop Affects Versions: ignite-1.4 Reporter: Vladimir Ozerov Priority: Critical Fix For: 1.5 Java has IgniteFuture.cancel() method. Depending on the context, it perofrms different things. From no-op to task/closure cancellation. We need to ensure that TPL infrastructure in .NET is able to propagate cancellation to Java future. -- This message was sent by Atlassian JIRA (v6.3.4#6332)