Method Reserve
- Assembly
 - NationalInstruments.SemiconductorTestLibrary.Extensions.dll
 
Reserve(DAQmxTasksBundle)
Reserves the hardware resources that are needed for the task.
public static void Reserve(this DAQmxTasksBundle tasksBundle)
Parameters
tasksBundleDAQmxTasksBundleThe DAQmxTasksBundle object.
Remarks
This is a low-level driver control method that is not recommended for general use. It marks the hardware resources that are needed for the task as in use. No other tasks can reserve these same resources.
Exceptions
- DaqException
 The underling driver session returned an error.