RfsgDriverLock(IIviDriverLock)
- Updated2025-10-14
- 1 minute(s) read
Constructs an NI-RFSG driver lock.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgDriverLock(IIviDriverLock iviDriverLock)
Parameters
| Name | Type | Description |
|---|---|---|
| iviDriverLock | IIviDriverLock | Specifies the base interface for synchronization locks obtained on the driver session. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The RfsgDriverLock method was accessed after the associated NIRfsg object was disposed. |