Delegate RecorderEventDelegates.PdcResultAvailableDelegate
PDC result available delegate.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Interfaces.MeasurementModes.Recording
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public delegate void PdcResultAvailableDelegate(RecorderPdcResult recorderPdcResult);
Parameters
Type | Name | Description |
---|---|---|
RecorderPdcResult | recorderPdcResult | The recorder PDC result. |