public void UpdateProfileGenericData() { while (true) { Thread.Sleep(Target.CapturePeriod * 1000); Target.Capture(Server); } }