ACR_ServerCommunicator.GameWorldManager.SignalIPCEventWakeup C# (CSharp) Method

SignalIPCEventWakeup() public method

Signal that the query thread should wake up to process IPC events soon. This may reduce the time until the next outbound event is sent. Note that, unlike most members, this method does not require any particular synchronization.
public SignalIPCEventWakeup ( ) : void
return void
        public void SignalIPCEventWakeup()
        {
            QueryThreadWakeupEvent.Set();
        }