Method Do<T>
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Do<T>(SiteData<T>, Action<DigitalSessionInformation, T[]>, string)
Does an operation on each NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation in parallel with the given per-site data.
public void Do<T>(SiteData<T> data, Action<DigitalSessionInformation, T[]> action, string caseDescription = null)Parameters
dataSiteData<T>-
The per-site data the action relies on.
actionAction<DigitalSessionInformation, T[]>-
The operation to do. This operation takes NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.Digital.DigitalSessionInformation and per-site data as inputs.
caseDescriptionstring-
An optional description of the action being performed.
Type Parameters
T-
The element type of the per-site data.