begininvoke

  • 网络异步调用
begininvokebegininvoke
  1. Invoke performs a synchronous invocation , while the BeginInvoke and EndInvoke functions follow the Asynchronous Programming Model pattern .

    当BeginInvoke和EndInvoke函数是异步程序模式时,调用就是同步调用。

  2. As you have seen , the compiler ensures that the first arguments of the BeginInvoke method are the arguments of the method to be called .

    正如你看到的,编译器确保BeginInvoke方法的第一个参数是被调用方法的参数。