ChannelDispatcherCollection.InsertItem(Int32, ChannelDispatcherBase) 方法

定义

将通道调度程序插入到集合中的指定索引位置。

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

要从集合中检索的通道调度程序的从零开始的索引。

item
ChannelDispatcherBase

要作为元素插入到集合中的通道调度程序。

例外

与通道调度程序集合关联的服务主机被关闭。

指定的 index 小于零或大于集合中的项数。

通信对象没有处于任何状态

适用于