NamespaceManager.GetRelayAsync(String) Method

Definition

Asynchronously retrieves the details of a given relay endpoint.

public System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription> GetRelayAsync (string path);
member this.GetRelayAsync : string -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.RelayDescription>
Public Function GetRelayAsync (path As String) As Task(Of RelayDescription)

Parameters

path
String

The relay path.

Returns

The asynchronous operation.

Applies to