ICommandExecuter.PerfTrace(OutputDestination, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the performance trace output.
public:
ManagedBatchParser::ParserAction PerfTrace(ManagedBatchParser::OutputDestination od, System::String ^ fileName);
public ManagedBatchParser.ParserAction PerfTrace (ManagedBatchParser.OutputDestination od, string fileName);
abstract member PerfTrace : ManagedBatchParser.OutputDestination * string -> ManagedBatchParser.ParserAction
Public Function PerfTrace (od As OutputDestination, fileName As String) As ParserAction
Parameters
The output destination.
- fileName
- String
The file name.
Returns
The parser action, either Abort or Continue.