Compartir a través de


ManagementClient.GetNamespaceInfoAsync(CancellationToken) Método

Definición

Obtiene información relacionada con el espacio de nombres usado actualmente.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.ServiceBus.Management.NamespaceInfo> GetNamespaceInfoAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNamespaceInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ServiceBus.Management.NamespaceInfo>
override this.GetNamespaceInfoAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ServiceBus.Management.NamespaceInfo>
Public Overridable Function GetNamespaceInfoAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of NamespaceInfo)

Parámetros

cancellationToken
CancellationToken

Devoluciones

NamespaceInfo que contiene información del espacio de nombres.

Comentarios

Funciona con cualquier notificación (Send/Listen/Manage).

Se aplica a