MsmqElementBase.ApplyConfiguration(BindingElement) 方法
定义
将此绑定元素的设置应用于指定绑定元素。Applies the settings of this binding element to a specified binding element.
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
一个包含要应用的设置的绑定元素。A binding element that contains the settings to be applied.