ACR_ServerCommunicator.GameWorldManager.SignalIPCEventWakeup C# (CSharp) 메소드

SignalIPCEventWakeup() 공개 메소드

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
리턴 void
        public void SignalIPCEventWakeup()
        {
            QueryThreadWakeupEvent.Set();
        }