Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
MockPlugin.RemoteAccessTester.IMockPlugin Interface Reference

Very basic service, only to show that you can trigger some action from outside and get a response. More...

+ Inheritance diagram for MockPlugin.RemoteAccessTester.IMockPlugin:

Public Member Functions

bool DoSomething (string someParameter)
 

Detailed Description

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.

Member Function Documentation

◆ DoSomething()

bool MockPlugin.RemoteAccessTester.IMockPlugin.DoSomething ( string  someParameter)

The documentation for this interface was generated from the following file: