Stops logging data for the specified configuration_name.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
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.
Return Value
Returns an Error object. If no error occurs, the Code property of the Error object is 0.