PushClient.CreateNotificationHubClient(String, String, Boolean) Method

Definition

Creates a NotificationHubClient in a mockable manner.

protected virtual Microsoft.Azure.NotificationHubs.NotificationHubClient CreateNotificationHubClient (string connectionString, string hubName, bool enableTestSend);
abstract member CreateNotificationHubClient : string * string * bool -> Microsoft.Azure.NotificationHubs.NotificationHubClient
override this.CreateNotificationHubClient : string * string * bool -> Microsoft.Azure.NotificationHubs.NotificationHubClient
Protected Overridable Function CreateNotificationHubClient (connectionString As String, hubName As String, enableTestSend As Boolean) As NotificationHubClient

Parameters

connectionString
String

The connection string for the NotificationHubClient.

hubName
String

The name of the hub.

enableTestSend
Boolean

Indicates whether test sends should be enabled.

Returns

A new NotificationHubClient instance.

Applies to