multicast delegate的意思|示意

美 / / 英 / /

组播委托,多点委托


multicast delegate的网络常见释义

组播委托 ... technical delegate 技术代表 ; 技能代表 multicast delegate 组播委托 ; 多点传送委托 Hide Delegate 隐藏委托类 ; 隐藏委托关系 ; 隐藏委托 ; 对象之间搬移特性 ...

多点委托 ... multi-cast backbone (M-Bone) 多址传送骨干 multicast delegate 多点传送委托 组播委托、多点委托 multicast delegate 组播委托、多点委托 ...

多点传送委托 ... multi-thread 多执行绪 多线程 multicast delegate 多点传送委托 组播委托、多点委托 named parameter 具名参数、指名参数 命名参数 ...

多路广播委托 绑定单个方法的委托称为单路广播委托(Singlecast Delegetes),绑定多个方法的委托称为多路广播委托(Multicast Delegates)。

multicast delegate相关短语

1、 multicast t delegate 组播委托

multicast delegate相关例句

A multicast delegate maintains an invocation list of the methods it is bound to.

广播委托维护它所绑定到的方法的调用列表。

Multicast delegates wrap all the functions that have been added to the delegate in a single function call.

多播委托将添加给委托的所有方法包装在一个单独的方法调用里面。

When the multicast delegate is called, it invokes the delegates in the list, in order.

在呼叫多点传送的委派时它会叫用委派,顺序在清单中。

Inside a multicast delegate invocation, each target is called in succession.

在多播委托的内部,每个对象会被连续的调用。

Until you unsubscribe from an event, the multicast delegate that underlies the event in the publishing object has a reference to the delegate that encapsulates the subscriber's event handler.

取消订阅事件之前,发行物件内事件底层的多点传送委派会参考封装订阅者之事件处理常式的委派。

A multicast delegate differs from a regular delegate in that it can contain references to more than just one method.

多点传送委派不同于一般委派,因为它可以包含对一个以上方法的参考。