ClientCredentialsEndpointBehavior.Validate Method

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

Confirms that the endpoint is valid.

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

Usage

    Dim instance As ClientCredentialsEndpointBehavior
Dim endpoint As ServiceEndpoint

instance.Validate(endpoint)

Syntax

'Declaration
Public Sub Validate ( _
    endpoint As ServiceEndpoint _
)
public void Validate (
    ServiceEndpoint endpoint
)
public:
virtual void Validate (
    ServiceEndpoint^ endpoint
) sealed
public final void Validate (
    ServiceEndpoint endpoint
)
public final function Validate (
    endpoint : ServiceEndpoint
)

Parameters

  • endpoint
    The endpoint to validate.

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