TraceFile.InitializeAsReplayOutputWriter(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.
Initializes the specified TraceFile object for writing data to the trace log file only.
public:
void InitializeAsReplayOutputWriter(System::String ^ destinationFileName);
public void InitializeAsReplayOutputWriter (string destinationFileName);
member this.InitializeAsReplayOutputWriter : string -> unit
Public Sub InitializeAsReplayOutputWriter (destinationFileName As String)
Parameters
- destinationFileName
- String
A String value that specifies the destination trace log file in which to write the new trace data.