MsmqIntegrationElement.ApplyConfiguration(BindingElement) 方法
定义
将此配置元素的设置应用到指定的 BindingElement。Applies the settings of this configuration element to the specified 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
将要应用这些设置的绑定元素。The binding element to which the settings will be applied.