RouterManagementClient.DeleteRouter Method

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

Deletes the specified router.

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

Usage

    Dim credential As TransportClientEndpointBehavior
Dim routerUri As UriRouterManagementClient.DeleteRouter(credential, routerUri)

Syntax

'Declaration
Public Shared Sub DeleteRouter ( _
    credential As TransportClientEndpointBehavior, _
    routerUri As Uri _
)
public static void DeleteRouter (
    TransportClientEndpointBehavior credential,
    Uri routerUri
)
public:
static void DeleteRouter (
    TransportClientEndpointBehavior^ credential, 
    Uri^ routerUri
)
public static void DeleteRouter (
    TransportClientEndpointBehavior credential, 
    Uri routerUri
)
public static function DeleteRouter (
    credential : TransportClientEndpointBehavior, 
    routerUri : Uri
)

Parameters

  • credential
    The credentials to use for deleting the router.
  • routerUri
    the URI of the router to delete.

Remarks

This operation requires ‘Manage’ permission on the given Service Bus namespace URI for the caller.

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

RouterManagementClient Class
RouterManagementClient Members
Microsoft.ServiceBus Namespace