ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgDriverLock Constructor

RfsgDriverLock Constructor

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

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

See Also

Was this information helpful?