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

TopicOperationsExtensions.GetAsync(ITopicOperations, String, String) 方法

定义

主题说明是定义主题所需语义的 XML AtomPub 文档。 主题说明包含以下属性。 有关详细信息,请参阅 TopicDescription 属性主题。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.aspx)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse> GetAsync (this Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations operations, string namespaceName, string topicName);
static member GetAsync : Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse>
<Extension()>
Public Function GetAsync (operations As ITopicOperations, namespaceName As String, topicName As String) As Task(Of ServiceBusTopicResponse)

参数

operations
ITopicOperations

对 Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations 的引用。

namespaceName
String

必需。 命名空间名称。

topicName
String

必需。 主题。

返回

对特定主题的请求的响应。

适用于