ChannelDispatcherCollection.SetItem(Int32, ChannelDispatcherBase) 方法

定义

将指定索引位置的通道调度程序替换为其他项。

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

要替换的通道调度程序的从零开始的索引。

item
ChannelDispatcherBase

要替换的通道调度程序。

例外

与通道调度程序的此集合关联的服务处于 Closed 状态。

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

适用于