PushClient.CreateNotificationHubClient(String, String, Boolean) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
モック可能な方法で を NotificationHubClient 作成します。
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
パラメーター
- connectionString
- String
の接続文字列 NotificationHubClient。
- hubName
- String
ハブの名前。
- enableTestSend
- Boolean
テスト送信を有効にするかどうかを示します。
戻り値
新しい NotificationHubClient インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET