Returns the number of points acquired that have not been fetched yet.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsa

public long GetFetchBacklog(long recordNumber)

Parameters

NameTypeDescription
recordNumberlong

Specifies the record from which to read the backlog. Record numbers are zero-based.

Returns

Returns the number of points acquired that have not been fetched yet.

Exceptions

TypeDescription
System.ObjectDisposedException

The GetFetchBacklog method was accessed after the associated NIRfsa object was disposed.