Udostępnij za pośrednictwem


INotificationHubOperations.ListAsync(String, CancellationToken) Method

Definition

Lists the notification hubs associated with a namespace.

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

Parameters

namespaceName
String

The namespace name.

cancellationToken
CancellationToken

Cancellation token.

Returns

A standard service response including an HTTP status code and request ID.

Applies to