ServiceBusTransportElementBase.ApplyConfiguration Method

[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overridden. Applies the settings of this configuration element to the specified binding element.

Namespace: Microsoft.ServiceBus.Configuration
Assembly: Microsoft.ServiceBus.Channels (in microsoft.servicebus.channels.dll)

Usage

    Dim instance As ServiceBusTransportElementBase
Dim bindingElement As BindingElement

instance.ApplyConfiguration(bindingElement)

Syntax

'Declaration
Public Overrides Sub ApplyConfiguration ( _
    bindingElement As BindingElement _
)
public override void ApplyConfiguration (
    BindingElement bindingElement
)
public:
virtual void ApplyConfiguration (
    BindingElement^ bindingElement
) override
public void ApplyConfiguration (
    BindingElement bindingElement
)
public override function ApplyConfiguration (
    bindingElement : BindingElement
)

Parameters

  • bindingElement

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ServiceBusTransportElementBase Class
ServiceBusTransportElementBase Members
Microsoft.ServiceBus.Configuration Namespace