NotificationHubClient Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NotificationHubClient(String, String) |
Initialisiert eine neue Instanz von NotificationHubClient. |
NotificationHubClient(String, String, NotificationHubSettings) |
Initialisiert eine neue instance von NotificationHubClient mit Einstellungen. |
NotificationHubClient(String, String)
Initialisiert eine neue Instanz von NotificationHubClient.
public NotificationHubClient (string connectionString, string notificationHubPath);
new Microsoft.Azure.NotificationHubs.NotificationHubClient : string * string -> Microsoft.Azure.NotificationHubs.NotificationHubClient
Public Sub New (connectionString As String, notificationHubPath As String)
Parameter
- connectionString
- String
Namespace-Verbindungszeichenfolge
- notificationHubPath
- String
Hubname
Gilt für:
NotificationHubClient(String, String, NotificationHubSettings)
Initialisiert eine neue instance von NotificationHubClient mit Einstellungen.
public NotificationHubClient (string connectionString, string notificationHubPath, Microsoft.Azure.NotificationHubs.NotificationHubSettings settings);
new Microsoft.Azure.NotificationHubs.NotificationHubClient : string * string * Microsoft.Azure.NotificationHubs.NotificationHubSettings -> Microsoft.Azure.NotificationHubs.NotificationHubClient
Public Sub New (connectionString As String, notificationHubPath As String, settings As NotificationHubSettings)
Parameter
- connectionString
- String
Namespace-Verbindungszeichenfolge
- notificationHubPath
- String
Hubname
- settings
- NotificationHubSettings
Einstellungen
Gilt für:
Azure SDK for .NET