OnewayRelayTransportElement.ApplyConfiguration Method

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

Applies the current instance to the specified binding element.

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

Usage

    Dim instance As OnewayRelayTransportElement
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
    The binding element to apply to.

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

OnewayRelayTransportElement Class
OnewayRelayTransportElement Members
Microsoft.ServiceBus.Configuration Namespace