你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NamespaceManager.GetRelayAsync(String) 方法

定义

异步检索给定中继终结点的详细信息。

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)

参数

path
String

中继路径。

返回

异步操作。

适用于