Interface IKNetCommon
Helper interface for KNetCommon
public interface IKNetCommon : IKNetConnectLogging
- Inherited Members
Properties
Properties
The properties received during configuration step
IKNetConfigurationFromMap Properties { get; }
Property Value
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 operation in the Java side
T ExecuteOnRemote<T>(string method, params object[] args)
Parameters
Returns
- T
The
T
Type Parameters
TThe expected return Type