Interface IKNetCommon
Helper interface for KNetCommon
public interface IKNetCommon : IKNetConnectLogging
- Inherited Members
Methods
ExecuteOnRemote(string, params object[])
An helper function to execute operation in the Java side
void ExecuteOnRemote(string method, params object[] args)
Parameters
Exceptions
ExecuteOnRemote<T>(string, params object[])
An helper function to read the data from Java side
T ExecuteOnRemote<T>(string method, params object[] args)
Parameters
Returns
- T
The
T
Type Parameters
TThe expected return Type