AK.F1.Timing.Utility.Tms.Program.DumpSession C# (CSharp) Method

DumpSession() public method

Prints the result of the session contained by the TMS.
public DumpSession ( string path ) : void
path string The path of the TMS.
return void
        public void DumpSession(string path)
        {
            Run(new DumpSessionOperation(path));
        }