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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET