FileTracker.StartTrackingContext(String, 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.
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