Chronos Plugins 5.4.0
This documentation covers the plugin interfaces definitions and an example implementation.
Loading...
Searching...
No Matches
MockPlugin.RemoteAccessTester Namespace Reference

Interaction with Chronos crossing the process barrier. A normal Chronos plugin is a class library loaded into Chronos. If you want to interact with Chronos from a different application, you can use the techniques demonstrated here to communicate with another process and remotely control Chronos. More...

Classes

class  EndpointDef
 To avoid duplicating the endpoint definition in server and client. More...
 
interface  IMockPlugin
 Very basic service, only to show that you can trigger some action from outside and get a response. More...
 
class  MessageTesterForm
 Shows how to communicate from an external program with a Plugin in order to trigger actions in Chronos. More...
 

Detailed Description

Interaction with Chronos crossing the process barrier. A normal Chronos plugin is a class library loaded into Chronos. If you want to interact with Chronos from a different application, you can use the techniques demonstrated here to communicate with another process and remotely control Chronos.