Dela via


ITopicOperations.GetAsync(String, String, CancellationToken) Method

Definition

The topic description is an XML AtomPub document that defines the desired semantics for a topic. The topic description contains the following properties. For more information, see the TopicDescription Properties topic. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780749.aspx for more information)

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)

Parameters

namespaceName
String

The namespace name.

topicName
String

The topic.

cancellationToken
CancellationToken

Cancellation token.

Returns

A response to a request for a particular topic.

Applies to