IWorkspace2.StopDataLogging Method
- 更新时间2023-02-21
- 阅读时长2分钟
Stops logging data for the specified configuration_name.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function StopDataLogging ( _ configuration_name As String _ ) As Error |
| C# |
|---|
Error StopDataLogging( string configuration_name ) |
| Visual C++ |
|---|
Error^ StopDataLogging( String^ configuration_name ) |
Parameters
- configuration_name
- Type: System.String
The name of the configuration for which to terminate logging.