MsmqIntegrationElement.ApplyConfiguration(BindingElement) Method

Definition

Applies the settings of this configuration element to the specified BindingElement.

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

The binding element to which the settings will be applied.

Applies to