You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksey Plekhanov (Jira)" <ji...@apache.org> on 2020/05/19 09:57:00 UTC

[jira] [Updated] (IGNITE-12754) .NET: Thin Client: Service invocation

     [ https://issues.apache.org/jira/browse/IGNITE-12754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Plekhanov updated IGNITE-12754:
---------------------------------------
    Labels: .NET iep-46  (was: .NET)

> .NET: Thin Client: Service invocation
> -------------------------------------
>
>                 Key: IGNITE-12754
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12754
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, iep-46
>             Fix For: 2.9
>
>
> Provide an API to invoke Ignite Services from Thin Clients.
> .NET API:
> {code}
> IIgniteClient.GetServices().GetServiceProxy<IFoo>("name").Bar();
> {code}
> Thin Client protocol: 
> * One operation, OP_SERVICE_INVOKE
> * Takes service name, method name, optionally node ids (cluster projection), 0..n args
> See PlatformServices, we just have to combine OP_SERVICE_PROXY with OP_INVOKE from there in one call.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)