ACR_ServerCommunicator.GameWorldManager.OnConfigurationSyncTimer C# (CSharp) Method

OnConfigurationSyncTimer() private method

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