Execute Method (DetachHPDB)
- Last UpdatedApr 08, 2026
- 1 minute read
Detach if the following table and records are attached:
- Remote record associated with the telemetered point's record.
- Table containing the telemetered point's record.
- The telemetered point's record.
public IStepContext Execute(
IStepContext stepContext,
ICachedSettings cachedSettings
)
public:
IStepContext^ Execute(
IStepContext^ stepContext,
ICachedSettings^ cachedSettings
)
Parameters
- stepContext
- Context for krunching that contains information passed between steps.
- cachedSettings
- Cached configurations from RealTime database (RTDB) JSON files.
Return Value
The stepContext updated by the step.