Compartir a través de


INamespaceManager.DeleteNotificationHubAsync Método

Definición

Sobrecargas

DeleteNotificationHubAsync(String)

Elimine el centro de notificaciones.

DeleteNotificationHubAsync(String, CancellationToken)

Elimine el centro de notificaciones.

DeleteNotificationHubAsync(String)

Elimine el centro de notificaciones.

public System.Threading.Tasks.Task DeleteNotificationHubAsync (string path);
abstract member DeleteNotificationHubAsync : string -> System.Threading.Tasks.Task
Public Function DeleteNotificationHubAsync (path As String) As Task

Parámetros

path
String

Ruta de acceso del centro de notificaciones.

Devoluciones

Se aplica a

DeleteNotificationHubAsync(String, CancellationToken)

Elimine el centro de notificaciones.

public System.Threading.Tasks.Task DeleteNotificationHubAsync (string path, System.Threading.CancellationToken cancellationToken);
abstract member DeleteNotificationHubAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteNotificationHubAsync (path As String, cancellationToken As CancellationToken) As Task

Parámetros

path
String

Ruta de acceso del centro de notificaciones.

cancellationToken
CancellationToken

Un CancellationToken que se observará mientras se espera a que se complete la tarea.

Devoluciones

Se aplica a