NamespaceManager.DeleteHybridConnectionAsync Method (String)

 

Asynchronously 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 Task DeleteHybridConnectionAsync(
    string path
)
public:
Task^ DeleteHybridConnectionAsync(
    String^ path
)
member DeleteHybridConnectionAsync : 
        path:string -> Task
Public Function DeleteHybridConnectionAsync (
    path As String
) As Task

Parameters

  • path
    Type: System.String

    The relative path of the HybridConnection.

Return Value

Type: System.Threading.Tasks.Task

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top