TopicOperationsExtensions.ListAsync(ITopicOperations, String) Method

Definition

Enumerates the topics in the service namespace. An empty feed is returned if no topic exists in the service namespace. (see http://msdn.microsoft.com/en-us/library/windowsazure/hh780744.aspx for more information)

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

Parameters

operations
ITopicOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations.

namespaceName
String

Required. The namespace name.

Returns

A response to a request for a list of topics.

Applies to