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