RfsgDriverLock Constructor
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Constructs an NI-RFSG driver lock.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgDriverLock( IIviDriverLock iviDriverLock )
Public Sub New ( iviDriverLock As IIviDriverLock )
Parameters
- iviDriverLock IIviDriverLock
- Specifies the base interface for synchronization locks obtained on the driver session.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The RfsgDriverLock method was accessed after the associated NIRfsg object was disposed. |