NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Task Methods

Task Methods

Task Methods

The Task type exposes the following members.

Methods

  NameDescription
Public methodAddGlobalChannel
Adds a preconfigured, global channel to the task.
Public methodConfigureLogging(String, TdmsLoggingOperation, LoggingMode)
Configures logging to a .tdms file when the acquisition starts.
Public methodConfigureLogging(String, TdmsLoggingOperation, LoggingMode, String)
Configures logging to a .tdms file when the acquisition starts with the specified TDMS channel group name.
Public methodControl
Alters the state of the task according to the mode you specify.
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by Task.
Protected methodDispose(Boolean)
Releases the managed and unmanaged resources used by Task or optionally releases only the unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnCounterOutput
Raises the CounterOutput event.
Protected methodOnDigitalChangeDetection
Raises the DigitalChangeDetection event.
Protected methodOnDone
Raises the Done event.
Protected methodOnEveryNSamplesRead
Raises the EveryNSamplesRead event.
Protected methodOnEveryNSamplesWritten
Raises the EveryNSamplesWritten event.
Protected methodOnSampleClock
Raises the SampleClock event.
Protected methodOnSampleComplete
Raises the SampleComplete event.
Public methodStart
Transitions the task to the running state, which begins the measurement or generation.
Public methodStartNewFile
Starts a new TDMS file the next time data is written to disk.
Public methodStop
Transitions the task from the running to the committed state, which ends the measurement or generation.
Public methodToString
Returns a string representation of the object.
(Overrides ObjectToString.)
Public methodCode exampleWaitForValidTimestamp(TimestampEvent)
Waits indefinitely until the specified timestampEvent has a value.
Public methodCode exampleWaitForValidTimestamp(TimestampEvent, TimeSpan)
Waits until the specified timestampEvent has a value.
Public methodWaitUntilDone
Waits for the measurement or generation to complete, regardless of the amount of time needed, and returns if it has completed execution.
Public methodWaitUntilDone(Int32)
Waits for the measurement or generation to complete and returns if it has completed execution before the specified time elapses.
Public methodWaitUntilDone(TimeSpan)
Waits for the measurement or generation to complete and returns if it has completed execution before the specified TimeSpan elapses.
Top

See Also

In This Section
Was this information helpful?