WriteTimeout
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the maximum amount of time allowed to complete a streaming write operation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public double WriteTimeout { get; set; }
Remarks
Specifies a Double representing the maximum time, in seconds, allowed to complete a streaming write operation.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The WriteTimeout property was accessed after the associated NIRfsg object was disposed. |