NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.GetSavedTaskInfo Method

DaqSystem.GetSavedTaskInfo Method

DaqSystemGetSavedTaskInfo Method

Creates a SavedTaskInfo object that you can use to retrieve information about the specified task stored in Measurement Automation Explorer (MAX).

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302

Syntax

public SavedTaskInfo GetSavedTaskInfo(
	string persistedName
)
Public Function GetSavedTaskInfo ( 
	persistedName As String
) As SavedTaskInfo

Parameters

persistedName
Type: SystemString
The name of the task stored in MAX.

Return Value

Type: SavedTaskInfo
A SavedTaskInfo object that represents the task stored in MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?