FileTracker.StartTrackingContextWithRoot(String, String, String) Method

Definition

Starts tracking file accesses, using the rooting marker in the response file provided. To automatically generate a response file given a rooting marker, call FileTracker.CreateRootingMarkerResponseFile.

public:
 static void StartTrackingContextWithRoot(System::String ^ intermediateDirectory, System::String ^ taskName, System::String ^ rootMarkerResponseFile);
public static void StartTrackingContextWithRoot (string intermediateDirectory, string taskName, string rootMarkerResponseFile);
static member StartTrackingContextWithRoot : string * string * string -> unit
Public Shared Sub StartTrackingContextWithRoot (intermediateDirectory As String, taskName As String, rootMarkerResponseFile As String)

Parameters

intermediateDirectory
String

The directory into which to write the tracking log files

taskName
String

The name of the task calling this function, used to determine the names of the tracking log files

rootMarkerResponseFile
String

The path to the root marker response file.

Applies to