ACR_ServerCommunicator.GameWorldManager.OnUpdateServerCheckinTimer C# (CSharp) Method

OnUpdateServerCheckinTimer() private method

This timer callback is invoked when the update server checkin timer has elapsed, in the context of a thread pool thread. Its purpose is to record an activation event for the query thread.
private OnUpdateServerCheckinTimer ( object StateInfo ) : void
StateInfo object This argument is unused.
return void
        private void OnUpdateServerCheckinTimer(object StateInfo)
        {
            NextCycleUpdateServerCheckinTimestamp = true;
        }