Click or drag to resize

RuntimeManagerExecuteDeviceServiceOccurred Event

Occurs when an ExecuteDeviceService occurs. If this event is register, the user is responsible for the handling of that DeviceService (e.g. calling a method in a external DLL) and the OTX runtime does nothing.

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public event ExecuteDeviceServiceOccurredHandler ExecuteDeviceServiceOccurred

Value

Type: OpenTestSystem.Otx.Runtime.Api.EventExecuteDeviceServiceOccurredHandler

Implements

IRuntimeManagerExecuteDeviceServiceOccurred
Remarks
Important note Important
To prevent dead locks, inside this event handler a change of an DeviceServiceOutParameter will not fire an VariableTraceItemAdded event!
See Also