FileTracker.StartTrackingContext(String, String) Method

Definition

Starts tracking file accesses.

public:
 static void StartTrackingContext(System::String ^ intermediateDirectory, System::String ^ taskName);
public static void StartTrackingContext (string intermediateDirectory, string taskName);
static member StartTrackingContext : string * string -> unit
Public Shared Sub StartTrackingContext (intermediateDirectory As String, taskName 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

Applies to