Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Public Member Functions | |
void | SetTaskHelper (ITokenResolver helper) |
Sets the task helper. | |
void | SetMethodHelper (dGetMethodInformation helper) |
Sets the method helper. | |
Definition at line 65 of file TaskSDKInterfaces.cs.
void AxelSemrau.Chronos.Plugin.SDKSupport.ITaskHelperSupport.SetMethodHelper | ( | dGetMethodInformation | helper | ) |
Sets the method helper.
helper | The helper. |
void AxelSemrau.Chronos.Plugin.SDKSupport.ITaskHelperSupport.SetTaskHelper | ( | ITokenResolver | helper | ) |
Sets the task helper.
helper | The helper. |