NamespaceManager.DeleteHybridConnection Method (String)

 

Deletes the HybridConnection described by the path relative to the service namespace base address.

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

Syntax

public void DeleteHybridConnection(
    string path
)
public:
void DeleteHybridConnection(
    String^ path
)
member DeleteHybridConnection : 
        path:string -> unit
Public Sub DeleteHybridConnection (
    path As String
)

Parameters

  • path
    Type: System.String

    The path of the HybridConnection relative to the service namespace base address.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top