OTX-Runtime for DotNet
|
|
Allows users to implement their own StateVariables. More...
Public Member Functions | |
void | SetValue (IRuntimeContext runtimeContext, IStateVariable stateVariable, object value) |
Invoked each time the OTX runtime writes the value of a StateVariable to the environment. More... | |
Allows users to implement their own StateVariables.
void OpenTestSystem.Otx.Runtime.Api.Custom.IStateVariableImplementation.SetValue | ( | IRuntimeContext | runtimeContext, |
IStateVariable | stateVariable, | ||
object | value | ||
) |
Invoked each time the OTX runtime writes the value of a StateVariable to the environment.
runtimeContext | The related runtime context. |
stateVariable | The related state variable. |
value | Value of the state variable. |
Implemented in OpenTestSystem.Otx.Runtime.Api.Custom.StateVariableImplementation.