NetMsmqBindingElement.OnApplyConfiguration(Binding) Method

Definition

Applies the specified binding to the configuration element.

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 to be applied to the configuration element.

Applies to