Method Do
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
Do<T>(SiteData<T>, Action<DigitalSessionInformation, T[]>, string)
Does an operation on each 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 DigitalSessionInformation and per-site data as inputs.
caseDescriptionstringAn optional description of the action being performed.
Type Parameters
TThe element type of the per-site data.