Constructor DAQmxTasksBundle
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
 
DAQmxTasksBundle(ISemiconductorModuleContext, IEnumerable<DAQmxTaskInformation>)
Constructs a tasks bundle object that represents a bunch of DAQmxTaskInformations.
public DAQmxTasksBundle(ISemiconductorModuleContext tsmContext, IEnumerable<DAQmxTaskInformation> allTaskInfo)
Parameters
tsmContextISemiconductorModuleContextThe associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.
allTaskInfoIEnumerable<DAQmxTaskInformation>An enumerable of DAQmxTaskInformations.