https://msdn.microsoft.com/ko-kr/library/system.runtime.remoting.messaging.callcontext(v=vs.110).aspx 槽不在其他逻辑线程上调用上下文之间共享. The slots are not shared across call contexts on other logical threads.슬롯 논리 다른 스레드에서 호출 컨텍스트 간에 공유 되지 않습니다.…
這是在實作當前專案最後一個關鍵功能:提醒通知 所遇到的奇怪狀況 目前的設想,是以 Windows Form 結合 Timer,當作發送通知的載體 大家都知道在 C# 的環境裡,有三種內建的 Timer 可用:Windows Form Timer.System.Timer.Threading.Timer 遇到的怪事,主要是在 System.Timer 這一段 代碼如下: using System; using System.Drawing; using System.Text; using Sys…