IStimulusProfileSession.Unlock Method (String)
- Updated2023-02-21
- 2 minute(s) read
Unlocks the Stimulus Profile Session. If an error occurs, this instance throws an exception.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Sub Unlock ( _ password As String _ ) |
| C# |
|---|
void Unlock( string password ) |
| Visual C++ |
|---|
void Unlock( String^ password ) |
Parameters
- password
- Type: System.String
The password for the locked session.