NIRfsg Namespace

Table of Contents

RfsgDriverLock Constructor

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDriverLock Constructor

RfsgDriverLock Constructor

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

ExceptionCondition
ObjectDisposedException The RfsgDriverLock method was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience