摘要:
名称说明1.Close在派生类中被重写时,释放由当前 WaitHandle 持有的所有资源。 (继承自 WaitHandle。)在XNA Framework中,此成员由 Close() 重写。2.CreateObjRef创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (... 阅读全文
摘要:
1 using System; 2 using System.Threading; 3 4 public class Example 5 { 6 // mre is used to block and release threads manually. It is 7 ... 阅读全文