AK.F1.Timing.Utility.Tms.Program.DumpSession C# (CSharp) Метод

DumpSession() публичный Метод

Prints the result of the session contained by the TMS.
public DumpSession ( string path ) : void
path string The path of the TMS.
Результат void
        public void DumpSession(string path)
        {
            Run(new DumpSessionOperation(path));
        }