Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Very basic service, only to show that you can trigger some action from outside and get a response. More...
Public Member Functions | |
bool | DoSomething (string someParameter) |
Very basic service, only to show that you can trigger some action from outside and get a response.
Definition at line 16 of file RemoteInterface.cs.
bool MockPlugin.RemoteAccessTester.IMockPlugin.DoSomething | ( | string | someParameter | ) |
Implemented in MockPlugin.SampleList.RemotePluginService.
Referenced by MockPlugin.RemoteAccessTester.MessageTesterForm.tbMessage_KeyDown().