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

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

定义

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse> GetAsync (string namespaceName, string topicName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicResponse>
Public Function GetAsync (namespaceName As String, topicName As String, cancellationToken As CancellationToken) As Task(Of ServiceBusTopicResponse)

参数

namespaceName
String

命名空间名称。

topicName
String

主题。

cancellationToken
CancellationToken

取消标记。

返回

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

适用于