Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-7561

.NET: Service proxy as dynamic object

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.5
    • platforms

    Description

      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:

      IServices services = ignite.GetServices();
      dynamic prx = services.GetDynamicServiceProxy("someService");
      prx.Foo();
      prx.Bar = 1;
      

      Attachments

        Issue Links

          Activity

            People

              ptupitsyn Pavel Tupitsyn
              ptupitsyn Pavel Tupitsyn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: