NotificationHubClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NotificationHubClient(String, String) |
Initializes a new instance of NotificationHubClient |
NotificationHubClient(String, String, NotificationHubSettings) |
Initializes a new instance of NotificationHubClient with settings |
NotificationHubClient(String, String)
Initializes a new instance of 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)
Parameters
- connectionString
- String
Namespace connection string
- notificationHubPath
- String
Hub name
Applies to
NotificationHubClient(String, String, NotificationHubSettings)
Initializes a new instance of NotificationHubClient with settings
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)
Parameters
- connectionString
- String
Namespace connection string
- notificationHubPath
- String
Hub name
- settings
- NotificationHubSettings
Settings
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET