FetchBacklog
- Updated2025-10-06
- 1 minute(s) read
Returns the number of measurements acquired that have not been fetched yet.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public int FetchBacklog { get; }
Remarks
Returns the number of measurements acquired that have not been fetched yet.
Returns
Returns the number of measurements acquired that have not been fetched yet.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The FetchBacklog method was accessed after the associated NIDCPower object was disposed. |