ClientCredentialsEndpointBehavior.ApplyClientBehavior Method

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

View, modify, or extend the service runtime across all messages or for specific operations in an endpoint.

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

Usage

    Dim instance As ClientCredentialsEndpointBehavior
Dim endpoint As ServiceEndpoint
Dim clientRuntime As ClientRuntime

instance.ApplyClientBehavior(endpoint, clientRuntime)

Syntax

'Declaration
Public Sub ApplyClientBehavior ( _
    endpoint As ServiceEndpoint, _
    clientRuntime As ClientRuntime _
)
public void ApplyClientBehavior (
    ServiceEndpoint endpoint,
    ClientRuntime clientRuntime
)
public:
virtual void ApplyClientBehavior (
    ServiceEndpoint^ endpoint, 
    ClientRuntime^ clientRuntime
) sealed
public final void ApplyClientBehavior (
    ServiceEndpoint endpoint, 
    ClientRuntime clientRuntime
)
public final function ApplyClientBehavior (
    endpoint : ServiceEndpoint, 
    clientRuntime : ClientRuntime
)

Parameters

  • endpoint
    The endpoint to modify.
  • clientRuntime
    The client runtime to modify.

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

ClientCredentialsEndpointBehavior Class
ClientCredentialsEndpointBehavior Members
Microsoft.ServiceBus Namespace