次の方法で共有


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

設定が適用されるバインド要素。

適用対象