NotificationHubClient Constructors

Definition

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