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