MsmqIntegrationBindingElement.OnApplyConfiguration(Binding) Method

Definition

Called when the content of this binding is applied to a 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

The binding to which the settings are applied.

Applies to