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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET