TopicOperationsExtensions.List(ITopicOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicsResponse List (this Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations operations, string namespaceName);
static member List : Microsoft.WindowsAzure.Management.ServiceBus.ITopicOperations * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusTopicsResponse
<Extension()>
Public Function List (operations As ITopicOperations, namespaceName As String) As 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
Azure SDK for .NET