MsmqBindingElementBase.OnApplyConfiguration(Binding) Method

Definition

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)

Parameters

binding
Binding

A binding that contains the settings that are applied.

Applies to