MsmqIntegrationElement.ApplyConfiguration(BindingElement) メソッド

定義

この構成要素の設定を、指定した BindingElementに適用します。

public:
 override void ApplyConfiguration(System::ServiceModel::Channels::BindingElement ^ bindingElement);
public override void ApplyConfiguration(System.ServiceModel.Channels.BindingElement bindingElement);
override this.ApplyConfiguration : System.ServiceModel.Channels.BindingElement -> unit
Public Overrides Sub ApplyConfiguration (bindingElement As BindingElement)

パラメーター

bindingElement
BindingElement

設定を適用するバインド要素。

適用対象