AK.F1.Timing.Utility.Tms.Program.DumpSession C# (CSharp) Méthode

DumpSession() public méthode

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