[
https://issues.apache.org/jira/browse/IGNITE-7561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16348480#comment-16348480
]
ASF GitHub Bot commented on IGNITE-7561:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/3457
> .NET: Service proxy as dynamic object
> -------------------------------------
>
> Key: IGNITE-7561
> URL: https://issues.apache.org/jira/browse/IGNITE-7561
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.5
>
>
> Currently we require user to provide an interface to interact with .NET and
> Java services.
> We could also provide a dynamic API (based on {{dynamic}} keyword) like this:
> {code}
> IServices services = ignite.GetServices();
> dynamic prx = services.GetDynamicServiceProxy("someService");
> prx.Foo();
> prx.Bar = 1;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)