Exemple #1
0
 private void StartTemporarySessionUpdaterLoop(string tempUserName, string tempPassword)
 => RunOnNewThread(_sessionr.StartSessionUpdateLoop
                       (tempUserName, tempPassword), "Session Loop Thread");