Inside a multicast delegate invocation, each target is called in succession.
在多播委托的内部,每个对象会被连续的调用。
A delegate invocation USES the name of a delegate and method parameters in parenthesis.
委托调用使用委托的名称和括号内的方法参数。
This adds the overhead of a delegate invocation, but relieves you from having to manage the pool manually.
这会增加委托调用的开销,但是使您无须手动管理该池。
The invocation handler class will also delegate method calls to a real implementation class in order to process the core business logic.
调用处理程序类还会把方法调用委托到真正的实现类,以便处理核心业务逻辑。
For example, the proxy class could delegate the method invocation to any other object or even handle it itself.
例如,代理类可以把方法调用委托其他任何对象,甚至是处理程序本身。
It will first validate method parameters upon a method invocation and then delegate the method call to the implementation class.
它首先验证方法调用的方法参数,然后把方法调用委托给实现类。
Events adds a layer of abstraction and protection on delegate, this protection prevents client of the delegate from resetting the delegate and invocation list.
事件添加了一个抽象的抽象层和对委托的保护,这种保护防止委托的委托造成重置委托以及调用列表。
A multicast delegate maintains an invocation list of the methods it is bound to.
广播委托维护它所绑定到的方法的调用列表。
A multicast delegate maintains an invocation list of the methods it is bound to.
广播委托维护它所绑定到的方法的调用列表。
应用推荐