You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2016/11/07 07:31:58 UTC

[jira] [Created] (IGNITE-4177) .NET: Remove PlatformAsyncTarget and remove future-related code from PlatformTargetProxy

Pavel Tupitsyn created IGNITE-4177:
--------------------------------------

             Summary: .NET: Remove PlatformAsyncTarget and remove future-related code from PlatformTargetProxy
                 Key: IGNITE-4177
                 URL: https://issues.apache.org/jira/browse/IGNITE-4177
             Project: Ignite
          Issue Type: Task
          Components: platforms
            Reporter: Pavel Tupitsyn
             Fix For: 2.0


* PlatformAsyncTarget supports legacy async mechanism and should be removed.

* PlatformTargetProxy supports legacy mode via the following methods, remove them:
{code}
    void listenFuture(final long futId, int typ) throws Exception;
    void listenFutureForOperation(final long futId, int typ, int opId) throws Exception;
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)