NamespaceManager.DeleteNotificationHubAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
override this.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
Implementaciones
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
override this.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
Implementaciones
Se aplica a
Azure SDK for .NET