MsmqIntegrationBindingElement.CanBuildChannelFactory<TChannel> メソッド

定義

指定されたコンテキストを使用してチャネル ファクトリを構築できるかどうかを示す値を返します。

public:
generic <typename TChannel>
 override bool CanBuildChannelFactory(System::ServiceModel::Channels::BindingContext ^ context);
public override bool CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext context);
override this.CanBuildChannelFactory : System.ServiceModel.Channels.BindingContext -> bool
Public Overrides Function CanBuildChannelFactory(Of TChannel) (context As BindingContext) As Boolean

型パラメーター

TChannel

チャネルの種類。

パラメーター

context
BindingContext

チャネル ファクトリの構築に使用する BindingContext

返品

true 指定されたコンテキストを使用してチャネル ファクトリを構築できる場合。それ以外の場合は false。 このメソッドは、trueTChannelされている場合にのみ、IOutputChannelを返します。

適用対象