DCPowerMeasurementEventArgs(T) Constructor
- Updated2024-01-04
- 1 minute(s) read

DCPowerMeasurementEventArgsT Constructor
Initializes a new instance of type DCPowerMeasurementEventArgsT.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public DCPowerMeasurementEventArgs( Exception error, bool canceled, Object userState, T result )
Public Sub New ( error As Exception, canceled As Boolean, userState As Object, result As T )
Parameters
- error
- Type: SystemException
Specifies the exception thrown during the operation. - canceled
- Type: SystemBoolean
Specifies whether the operation was completed or cancelled. - userState
- Type: SystemObject
Specifies the object used to associate client state, such as a task ID, with this particular asynchronous operation. - result
- Type: T
Specifies the reading obtained from the operation.