NI-SCOPE .NET Class Library Help

ScopeDriverUtility.Lock Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeDriverUtility.Lock Method

ScopeDriverUtilityLock Method

Attempts to acquire a synchronization lock on this instance of the driver.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public ScopeDriverLock Lock()
Public Function Lock As ScopeDriverLock

Return Value

Type: ScopeDriverLock
A reference to the acquired lock.

See Also