MsmqElementBase.ApplyConfiguration(BindingElement) Method

Definition

Applies the settings of this binding element to a specified binding element.

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)

Parameters

bindingElement
BindingElement

A binding element that contains the settings to be applied.

Applies to