MsmqBindingElementBase.OnApplyConfiguration(Binding) 方法
定义
在将此绑定的内容应用到指定绑定时调用。Called when the content of this binding is applied to the specified binding.
protected:
override void OnApplyConfiguration(System::ServiceModel::Channels::Binding ^ binding);
protected override void OnApplyConfiguration (System.ServiceModel.Channels.Binding binding);
override this.OnApplyConfiguration : System.ServiceModel.Channels.Binding -> unit
Protected Overrides Sub OnApplyConfiguration (binding As Binding)
参数
- binding
- Binding
一个绑定,包含要应用的设置。A binding that contains the settings that are applied.