Constructor DMMSessionsBundle
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
 
DMMSessionsBundle(ISemiconductorModuleContext, IEnumerable<DMMSessionInformation>)
Constructs a sessions bundle object that represents a bunch of DMMSessionInformations.
public DMMSessionsBundle(ISemiconductorModuleContext tsmContext, IEnumerable<DMMSessionInformation> allSessionInfo)
Parameters
tsmContextISemiconductorModuleContextThe associated NationalInstruments.TestStand.SemiconductorModule.CodeModuleAPI.ISemiconductorModuleContext.
allSessionInfoIEnumerable<DMMSessionInformation>An enumerable of DMMSessionInformations.