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