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

Syntax

Namespace: NationalInstruments.DAQmx

public SavedTaskInfo GetSavedTaskInfo(string persistedName)

Parameters

NameTypeDescription
persistedNamestring

The name of the task stored in MAX.

Returns

A SavedTaskInfo object that represents the task stored in MAX.

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.