NamespaceManager.HybridConnectionExistsAsync Method (String)
Asynchronously determines whether a HybridConnection exists in the service namespace.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Syntax
public Task<bool> HybridConnectionExistsAsync(
string path
)
public:
Task<bool>^ HybridConnectionExistsAsync(
String^ path
)
member HybridConnectionExistsAsync :
path:string -> Task<bool>
Public Function HybridConnectionExistsAsync (
path As String
) As Task(Of Boolean)
Parameters
path
Type: System.StringThe relative path of the HybridConnection.
Return Value
Type: System.Threading.Tasks.Task<Boolean>
See Also
NamespaceManager Class
Microsoft.ServiceBus Namespace
Return to top