Udostępnij za pośrednictwem


INotificationHubOperations.GetConnectionDetailsAsync Method

Definition

Lists the notification hubs associated with a namespace.

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

Parameters

namespaceName
String

The namespace name.

notificationHubName
String

The notification hub name.

cancellationToken
CancellationToken

Cancellation token.

Returns

The set of connection details for a service bus entity.

Applies to