コード例 #1
0
        public void UpdateJobRunProperties(IExecutionContext executionContext, TrackingConfig2 config, string file)
        {
            Trace.Entering();

            // Update the info properties and save the file.
            config.UpdateJobRunProperties(executionContext);
            WriteToFile(file, config);
        }