Compartir a través de


NamespaceManager.CreateNotificationHub Método

Definición

Sobrecargas

CreateNotificationHub(NotificationHubDescription)

Crea un centro de notificaciones.

CreateNotificationHub(String)

Crea un centro de notificaciones.

CreateNotificationHub(NotificationHubDescription)

Crea un centro de notificaciones.

public Microsoft.Azure.NotificationHubs.NotificationHubDescription CreateNotificationHub (Microsoft.Azure.NotificationHubs.NotificationHubDescription description);
abstract member CreateNotificationHub : Microsoft.Azure.NotificationHubs.NotificationHubDescription -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
override this.CreateNotificationHub : Microsoft.Azure.NotificationHubs.NotificationHubDescription -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
Public Function CreateNotificationHub (description As NotificationHubDescription) As NotificationHubDescription

Parámetros

description
NotificationHubDescription

Descripción del centro de notificaciones.

Devoluciones

Instancia de la clase NotificationHubDescription

Implementaciones

Se aplica a

CreateNotificationHub(String)

Crea un centro de notificaciones.

public Microsoft.Azure.NotificationHubs.NotificationHubDescription CreateNotificationHub (string hubName);
abstract member CreateNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
override this.CreateNotificationHub : string -> Microsoft.Azure.NotificationHubs.NotificationHubDescription
Public Function CreateNotificationHub (hubName As String) As NotificationHubDescription

Parámetros

hubName
String

Nombre de la descripción del centro de notificaciones.

Devoluciones

Instancia de la clase NotificationHubDescription

Implementaciones

Se aplica a