PushClient.CreateNotificationHubClient(String, String, Boolean) Method
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.
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
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