ChannelDispatcherCollection.InsertItem(Int32, ChannelDispatcherBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将通道调度程序插入到集合中的指定索引位置。
protected:
override void InsertItem(int index, System::ServiceModel::Dispatcher::ChannelDispatcherBase ^ item);
protected override void InsertItem (int index, System.ServiceModel.Dispatcher.ChannelDispatcherBase item);
override this.InsertItem : int * System.ServiceModel.Dispatcher.ChannelDispatcherBase -> unit
Protected Overrides Sub InsertItem (index As Integer, item As ChannelDispatcherBase)
参数
- index
- Int32
要从集合中检索的通道调度程序的从零开始的索引。
要作为元素插入到集合中的通道调度程序。
例外
与通道调度程序集合关联的服务主机被关闭。
指定的 index
小于零或大于集合中的项数。
通信对象没有处于任何状态