DCPowerMeasurementEventArgs(Exception, bool, object, T)
- Updated2025-10-06
- 1 minute(s) read
Initializes a new instance of type NationalInstruments.ModularInstruments.NIDCPower.DCPowerMeasurementEventArgs<T>.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public DCPowerMeasurementEventArgs(Exception error, bool canceled, object userState, T result)
Parameters
| Name | Type | Description |
|---|---|---|
| error | Exception | Specifies the exception thrown during the operation. |
| canceled | bool | Specifies whether the operation was completed or cancelled. |
| userState | object | Specifies the object used to associate client state, such as a task ID, with this particular asynchronous operation. |
| result | T | Specifies the reading obtained from the operation. |