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
data
SiteData<T>The per-site data the action relies on.
action
Action<DigitalSessionInformation, T[]>The operation to do. This operation takes DigitalSessionInformation and per-site data as inputs.
caseDescription
stringAn optional description of the action being performed.
Type Parameters
T
The element type of the per-site data.