public static void Initialize() { Timing.DelayCall(TimeSpan.FromSeconds(5), TimeSpan.FromSeconds(5), new TimingCallback(CheckAllAlive)); }