NamespaceManager.RelayExistsAsync(String) Method

Definition

Asynchronously determines whether a relay exists in the service namespace.

public System.Threading.Tasks.Task<bool> RelayExistsAsync (string path);
member this.RelayExistsAsync : string -> System.Threading.Tasks.Task<bool>
Public Function RelayExistsAsync (path As String) As Task(Of Boolean)

Parameters

path
String

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

Returns

The asynchronous operation.

Applies to