ICommandExecuter.PerfTrace(OutputDestination, String) Method

Definition

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

od
OutputDestination

The output destination.

fileName
String

The file name.

Returns

The parser action, either Abort or Continue.

Applies to