ACR_ServerCommunicator.GameWorldManager.SignalIPCEventWakeup C# (CSharp) Méthode

SignalIPCEventWakeup() public méthode

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
Résultat void
        public void SignalIPCEventWakeup()
        {
            QueryThreadWakeupEvent.Set();
        }