Share via


MsmqElementBase.ApplyConfiguration(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

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

適用対象