RfsgDriverLock Constructor
- Updated2024-05-08
- 1 minute(s) read
RfsgDriverLock Constructor
Constructs an NI-RFSG driver lock.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgDriverLock( IIviDriverLock iviDriverLock )
Public Sub New ( iviDriverLock As IIviDriverLock )
Parameters
- iviDriverLock
- Type: Ivi.DriverIIviDriverLock
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. |