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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET