queueuserworkitem

    1熱度

    3回答

    相關:How to catch exceptions from a ThreadPool.QueueUserWorkItem? 我趕上通過ThreadPool.QueueUserWorkItem()開始在後臺線程中的異常,並通過一個共享實例變量,它們傳播到主線程。 後臺線程做到這一點: try { ... stuff happens here... } catch (Excepti

    1熱度

    3回答

    我正在研究ASP.NET MVC應用程序。 我希望當一個事件發生時產卵線程數,我不關心的返回值我線程 ,我想作一個異步調用,所以我使用ThreadPool.QueueUserWorkItem, public event SomeEventHandler SomeEvent; private void SomeEventhappened(UserProfile arg) {