How to call a method on Google Engine from C#
- by Vitaliy1
I Have an application in my account and I want to call a method that takes int number and return one int number (int someMethod(int someVar)) from client application that must be written with C#.