共用方式為


OneWayBindingElement.BuildChannelListener<TChannel> 方法

定義

將通道接聽程式初始化成接受單向通道。

public:
generic <typename TChannel>
 where TChannel : class, System::ServiceModel::Channels::IChannel override System::ServiceModel::Channels::IChannelListener<TChannel> ^ BuildChannelListener(System::ServiceModel::Channels::BindingContext ^ context);
public override System.ServiceModel.Channels.IChannelListener<TChannel> BuildChannelListener<TChannel> (System.ServiceModel.Channels.BindingContext context) where TChannel : class, System.ServiceModel.Channels.IChannel;
override this.BuildChannelListener : System.ServiceModel.Channels.BindingContext -> System.ServiceModel.Channels.IChannelListener<'Channel (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)> (requires 'Channel : null and 'Channel :> System.ServiceModel.Channels.IChannel)
Public Overrides Function BuildChannelListener(Of TChannel As {Class, IChannel}) (context As BindingContext) As IChannelListener(Of TChannel)

類型參數

TChannel

已建置接聽程式要接受的通道型別。

參數

context
BindingContext

BindingContext,其提供繫結項目的內容。

傳回

IChannelListener<TChannel> 型別的 IChannel,初始化自 context

例外狀況

contextnull

TChannel 的型別不是 IInputChannel

備註

這個方法會建立通道接聽項,可用來建立處理此繫結之傳入訊息的通道。

適用於