NotificationHubClient クラス

定義

通知ハブ クライアントを表します。

public class NotificationHubClient : Microsoft.Azure.NotificationHubs.INotificationHubClient
type NotificationHubClient = class
    interface INotificationHubClient
Public Class NotificationHubClient
Implements INotificationHubClient
継承
NotificationHubClient
実装

コンストラクター

NotificationHubClient(String, String)

NotificationHubClient の新しいインスタンスを初期化します

NotificationHubClient(String, String, NotificationHubSettings)

設定を使用して の NotificationHubClient 新しいインスタンスを初期化します

プロパティ

EnableTestSend

クライアントがテスト送信を有効にするかどうかを示す値を取得または設定します。

OperationTimeout

HTTP 操作の操作タイムアウトを取得します。

メソッド

CancelNotificationAsync(String)

通知を非同期的に取り消します。

CancelNotificationAsync(String, CancellationToken)

通知を非同期的に取り消します。

CreateAdmNativeRegistrationAsync(String)

ネイティブ管理登録を非同期的に作成します。

CreateAdmNativeRegistrationAsync(String, CancellationToken)

ネイティブ管理登録を非同期的に作成します。

CreateAdmNativeRegistrationAsync(String, IEnumerable<String>)

ネイティブ管理登録を非同期的に作成します。

CreateAdmNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)

ネイティブ管理登録を非同期的に作成します。

CreateAdmTemplateRegistrationAsync(String, String)

管理用テンプレートの登録を非同期的に作成します。

CreateAdmTemplateRegistrationAsync(String, String, CancellationToken)

管理用テンプレートの登録を非同期的に作成します。

CreateAdmTemplateRegistrationAsync(String, String, IEnumerable<String>)

管理用テンプレートの登録を非同期的に作成します。

CreateAdmTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

管理用テンプレートの登録を非同期的に作成します。

CreateAppleNativeRegistrationAsync(String)

Apple ネイティブ登録を非同期的に作成します。

CreateAppleNativeRegistrationAsync(String, CancellationToken)

Apple ネイティブ登録を非同期的に作成します。

CreateAppleNativeRegistrationAsync(String, IEnumerable<String>)

Apple ネイティブ登録を非同期的に作成します。

CreateAppleNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)

Apple ネイティブ登録を非同期的に作成します。

CreateAppleTemplateRegistrationAsync(String, String)

Apple テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateAppleTemplateRegistrationAsync(String, String, CancellationToken)

Apple テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateAppleTemplateRegistrationAsync(String, String, IEnumerable<String>)

Apple テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateAppleTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

Apple テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateBaiduNativeRegistrationAsync(String, String)

baidu ネイティブ登録を非同期的に作成します。

CreateBaiduNativeRegistrationAsync(String, String, IEnumerable<String>)

baidu ネイティブ登録を非同期的に作成します。

CreateBaiduTemplateRegistrationAsync(String, String, String)

baidu テンプレートの登録を非同期的に作成します。

CreateBaiduTemplateRegistrationAsync(String, String, String, IEnumerable<String>)

baidu テンプレートの登録を非同期的に作成します。

CreateClientFromConnectionString(String, String)

接続文字列からクライアントを作成します。

CreateClientFromConnectionString(String, String, Boolean)

接続文字列からクライアントを作成します。

CreateFcmNativeRegistrationAsync(String)

FCM ネイティブ登録を非同期的に作成します。

CreateFcmNativeRegistrationAsync(String, CancellationToken)

FCM ネイティブ登録を非同期的に作成します。

CreateFcmNativeRegistrationAsync(String, IEnumerable<String>)

FCM ネイティブ登録を非同期的に作成します。

CreateFcmNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)

FCM ネイティブ登録を非同期的に作成します。

CreateFcmTemplateRegistrationAsync(String, String)

FCM テンプレートの登録を非同期的に作成します。

CreateFcmTemplateRegistrationAsync(String, String, CancellationToken)

FCM テンプレートの登録を非同期的に作成します。

CreateFcmTemplateRegistrationAsync(String, String, IEnumerable<String>)

FCM テンプレートの登録を非同期的に作成します。

CreateFcmTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

FCM テンプレートの登録を非同期的に作成します。

CreateMpnsNativeRegistrationAsync(String)

MPNS ネイティブ登録を非同期的に作成します。

CreateMpnsNativeRegistrationAsync(String, IEnumerable<String>)

MPNS ネイティブ登録を非同期的に作成します。

CreateMpnsTemplateRegistrationAsync(String, String)

MPNS テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateMpnsTemplateRegistrationAsync(String, String, IEnumerable<String>)

MPNS テンプレートの登録を非同期的に作成します。 作成時に追加のプロパティを指定するには、 メソッドを使用します CreateRegistrationAsync<T>(T)

CreateOrUpdateInstallation(Installation)

デバイスのインストールを作成または更新します。

CreateOrUpdateInstallationAsync(Installation)

デバイスのインストールを非同期的に作成または更新します。

CreateOrUpdateInstallationAsync(Installation, CancellationToken)

デバイスのインストールを非同期的に作成または更新します。

CreateOrUpdateRegistrationAsync<T>(T)

クライアント登録を非同期的に作成または更新します。

CreateOrUpdateRegistrationAsync<T>(T, CancellationToken)

クライアント登録を非同期的に作成または更新します。

CreateRegistrationAsync<T>(T)

登録を非同期的に作成します。

CreateRegistrationAsync<T>(T, CancellationToken)

登録を非同期的に作成します。

CreateRegistrationIdAsync()

登録識別子を非同期的に作成します。

CreateRegistrationIdAsync(CancellationToken)

登録識別子を非同期的に作成します。

CreateWindowsNativeRegistrationAsync(String)

Windows ネイティブ登録を非同期的に作成します。

CreateWindowsNativeRegistrationAsync(String, CancellationToken)

Windows ネイティブ登録を非同期的に作成します。

CreateWindowsNativeRegistrationAsync(String, IEnumerable<String>)

Windows ネイティブ登録を非同期的に作成します。

CreateWindowsNativeRegistrationAsync(String, IEnumerable<String>, CancellationToken)

Windows ネイティブ登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String)

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String, CancellationToken)

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>)

Windows テンプレートの登録を非同期的に作成します。

CreateWindowsTemplateRegistrationAsync(String, String, IEnumerable<String>, CancellationToken)

Windows テンプレートの登録を非同期的に作成します。

DeleteInstallation(String)

インストールを削除します。

DeleteInstallationAsync(String)

インストールを非同期的に削除します。

DeleteInstallationAsync(String, CancellationToken)

インストールを非同期的に削除します。

DeleteRegistrationAsync(RegistrationDescription)

登録を非同期的に削除します。

DeleteRegistrationAsync(RegistrationDescription, CancellationToken)

登録を非同期的に削除します。

DeleteRegistrationAsync(String)

登録を非同期的に削除します。

DeleteRegistrationAsync(String, CancellationToken)

登録を非同期的に削除します。

DeleteRegistrationAsync(String, String)

登録を非同期的に削除します。

DeleteRegistrationAsync(String, String, CancellationToken)

登録を非同期的に削除します。

DeleteRegistrationsByChannelAsync(String)

チャネル別に登録を非同期的に削除します。

DeleteRegistrationsByChannelAsync(String, CancellationToken)

チャネル別に登録を非同期的に削除します。

GetAllRegistrationsAsync(Int32)

この通知ハブ内のすべての登録を非同期的に取得します。

GetAllRegistrationsAsync(Int32, CancellationToken)

この通知ハブ内のすべての登録を非同期的に取得します。

GetAllRegistrationsAsync(String, Int32)

この通知ハブ内のすべての登録を非同期的に取得します。

GetAllRegistrationsAsync(String, Int32, CancellationToken)

この通知ハブ内のすべての登録を非同期的に取得します。

GetBaseUri()

通知ハブ クライアントのベース URI を返します。

GetFeedbackContainerUriAsync()

フィードバック コンテナー URI を非同期的に取得します。

GetFeedbackContainerUriAsync(CancellationToken)

フィードバック コンテナー URI を非同期的に取得します。

GetInstallation(String)

デバイス のインストール オブジェクトを取得します。

GetInstallationAsync(String)

インストールを非同期的に取得します。

GetInstallationAsync(String, CancellationToken)

インストールを非同期的に取得します。

GetNotificationHubJobAsync(String)

jobId を指定すると、関連付けられた NotificationHubJobを返します。 このメソッドは、ジョブの状態を取得して、そのジョブが完了したか、失敗したか、またはまだ進行中であるかどうかを確認するために使用されます。 この API は、Standard 名前空間でのみ使用できます。

GetNotificationHubJobAsync(String, CancellationToken)

jobId を指定すると、関連付けられた NotificationHubJobを返します。 このメソッドは、ジョブの状態を取得して、そのジョブが完了したか、失敗したか、またはまだ進行中であるかどうかを確認するために使用されます。 この API は、Standard 名前空間でのみ使用できます。

GetNotificationHubJobsAsync()

すべての既知 NotificationHubJobの を返します。 このメソッドは、すべてのジョブの状態を取得して、それらのジョブが完了したか、失敗したか、またはまだ進行中であるかどうかを確認するために使用されます。 この API は、Standard 名前空間でのみ使用できます。

GetNotificationHubJobsAsync(CancellationToken)

すべての既知 NotificationHubJobの を返します。 このメソッドは、すべてのジョブの状態を取得して、それらのジョブが完了したか、失敗したか、またはまだ進行中であるかどうかを確認するために使用されます。 この API は、Standard 名前空間でのみ使用できます。

GetNotificationOutcomeDetailsAsync(String)

Send* 操作の結果を取得します。 これにより、送信が処理されている場合は中間結果が取得され、Send* が完了した場合は最終的な結果を取得できます。 この API は、Standard 名前空間に対してのみ呼び出すことができます。

GetNotificationOutcomeDetailsAsync(String, CancellationToken)

Send* 操作の結果を取得します。 これにより、送信が処理されている場合は中間結果が取得され、Send* が完了した場合は最終的な結果を取得できます。 この API は、Standard 名前空間に対してのみ呼び出すことができます。

GetRegistrationAsync<TRegistrationDescription>(String)

特定の ID を持つ登録を非同期的に取得します。 登録の種類は、指定された TRegistrationDescription パラメーターによって異なります。

GetRegistrationAsync<TRegistrationDescription>(String, CancellationToken)

特定の ID を持つ登録を非同期的に取得します。 登録の種類は、指定された TRegistrationDescription パラメーターによって異なります。

GetRegistrationsByChannelAsync(String, Int32)

チャネル別の登録を非同期的に取得します。

GetRegistrationsByChannelAsync(String, Int32, CancellationToken)

チャネル別の登録を非同期的に取得します。

GetRegistrationsByChannelAsync(String, String, Int32)

チャネル別の登録を非同期的に取得します。

GetRegistrationsByChannelAsync(String, String, Int32, CancellationToken)

チャネル別の登録を非同期的に取得します。

GetRegistrationsByTagAsync(String, Int32)

タグによって登録を非同期的に取得します。

GetRegistrationsByTagAsync(String, Int32, CancellationToken)

タグによって登録を非同期的に取得します。

GetRegistrationsByTagAsync(String, String, Int32)

タグによって登録を非同期的に取得します。

GetRegistrationsByTagAsync(String, String, Int32, CancellationToken)

タグによって登録を非同期的に取得します。

InstallationExists(String)

特定のインストールがインストール識別子に基づいて存在するかどうかを判断します。

InstallationExistsAsync(String)

特定のインストールがインストール識別子に基づいて存在するかどうかを判断します。

InstallationExistsAsync(String, CancellationToken)

特定のインストールがインストール識別子に基づいて存在するかどうかを判断します。

ParseContentType(String, String, Encoding)

通知ハブ クライアントを表します。

PatchInstallation(String, IList<PartialUpdateOperation>)

インストールにパッチを適用します。

PatchInstallationAsync(String, IList<PartialUpdateOperation>)

インストールに非同期的にパッチを適用します。

PatchInstallationAsync(String, IList<PartialUpdateOperation>, CancellationToken)

インストールに非同期的にパッチを適用します。

RegistrationExistsAsync(String)

登録が既に存在することを非同期的に示します。

RegistrationExistsAsync(String, CancellationToken)

登録が既に存在することを非同期的に示します。

ScheduleNotificationAsync(Notification, DateTimeOffset)

通知を非同期的にスケジュールします。

ScheduleNotificationAsync(Notification, DateTimeOffset, CancellationToken)

通知を非同期的にスケジュールします。

ScheduleNotificationAsync(Notification, DateTimeOffset, IEnumerable<String>)

通知を非同期的にスケジュールします。

ScheduleNotificationAsync(Notification, DateTimeOffset, IEnumerable<String>, CancellationToken)

通知を非同期的にスケジュールします。

ScheduleNotificationAsync(Notification, DateTimeOffset, String)

通知を非同期的にスケジュールします。

ScheduleNotificationAsync(Notification, DateTimeOffset, String, CancellationToken)

通知を非同期的にスケジュールします。

SendAdmNativeNotificationAsync(String)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAdmNativeNotificationAsync(String, CancellationToken)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAdmNativeNotificationAsync(String, IEnumerable<String>)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAdmNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAdmNativeNotificationAsync(String, String)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAdmNativeNotificationAsync(String, String, CancellationToken)

Amazon Device Messaging (ADM) ネイティブ通知を送信します。

SendAppleNativeNotificationAsync(String)

Apple ネイティブ通知を送信します。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendAppleNativeNotificationAsync(String, CancellationToken)

Apple ネイティブ通知を送信します。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendAppleNativeNotificationAsync(String, IEnumerable<String>)

Apple ネイティブ通知を、空でないタグのセット (最大 20) に非同期的に送信します。 これは、ブール型の OR ("||") でタグ付けされた式と同じです。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendAppleNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Apple ネイティブ通知を、空でないタグのセット (最大 20) に非同期的に送信します。 これは、ブール型の OR ("||") でタグ付けされた式と同じです。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendAppleNativeNotificationAsync(String, String)

Apple ネイティブ通知をタグ式に非同期的に送信します (1 つのタグ "tag" は有効なタグ式です)。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendAppleNativeNotificationAsync(String, String, CancellationToken)

Apple ネイティブ通知をタグ式に非同期的に送信します (1 つのタグ "tag" は有効なタグ式です)。 有効期限を指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendBaiduNativeNotificationAsync(String)

Baidu ネイティブ通知を送信します。

SendBaiduNativeNotificationAsync(String, CancellationToken)

Baidu ネイティブ通知を送信します。

SendBaiduNativeNotificationAsync(String, IEnumerable<String>)

Baidu ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendBaiduNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Baidu ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendBaiduNativeNotificationAsync(String, String)

Baidu ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendBaiduNativeNotificationAsync(String, String, CancellationToken)

Baidu ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendDirectNotificationAsync(Notification, IList<String>)

deviceHandles に一覧表示されているすべてのデバイス (通知の種類で表される有効なトークン) に通知を直接送信します。 この API のユーザーは、登録またはインストールを使用しません。 代わりに、この API のユーザーは、すべてのデバイスを自分で管理し、Azure Notification Hub をパススルー サービスとしてのみ使用して、さまざまなプッシュ通知サービスと通信します。

SendDirectNotificationAsync(Notification, IList<String>, CancellationToken)

deviceHandles に一覧表示されているすべてのデバイス (通知の種類で表される有効なトークン) に通知を直接送信します。 この API のユーザーは、登録またはインストールを使用しません。 代わりに、この API のユーザーは、すべてのデバイスを自分で管理し、Azure Notification Hub をパススルー サービスとしてのみ使用して、さまざまなプッシュ通知サービスと通信します。

SendDirectNotificationAsync(Notification, String)

deviceHandle (通知の種類で表される有効なトークン) に通知を直接送信します。 この API のユーザーは、登録またはインストールを使用しません。 代わりに、この API のユーザーは、すべてのデバイスを自分で管理し、Azure Notification Hub をパススルー サービスとしてのみ使用して、さまざまなプッシュ通知サービスと通信します。

SendDirectNotificationAsync(Notification, String, CancellationToken)

deviceHandle (通知の種類で表される有効なトークン) に通知を直接送信します。 この API のユーザーは、登録またはインストールを使用しません。 代わりに、この API のユーザーは、すべてのデバイスを自分で管理し、Azure Notification Hub をパススルー サービスとしてのみ使用して、さまざまなプッシュ通知サービスと通信します。

SendFcmNativeNotificationAsync(String)

Firebase Cloud Messaging (FCM) ネイティブ通知を送信します。

SendFcmNativeNotificationAsync(String, CancellationToken)

Firebase Cloud Messaging (FCM) ネイティブ通知を送信します。

SendFcmNativeNotificationAsync(String, IEnumerable<String>)

FCM ネイティブ通知を空でないタグのセット (最大 20) に送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendFcmNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

FCM ネイティブ通知を空でないタグのセット (最大 20) に送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendFcmNativeNotificationAsync(String, String)

FCM ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendFcmNativeNotificationAsync(String, String, CancellationToken)

FCM ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendMpnsNativeNotificationAsync(String)

Microsoft プッシュ通知サービス (MPNS) のネイティブ通知を送信します。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendMpnsNativeNotificationAsync(String, CancellationToken)

Microsoft プッシュ通知サービス (MPNS) のネイティブ通知を送信します。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendMpnsNativeNotificationAsync(String, IEnumerable<String>)

空でないタグのセット (最大 20) に Microsoft プッシュ通知サービス (MPNS) ネイティブ通知を送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendMpnsNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

空でないタグのセット (最大 20) に Microsoft プッシュ通知サービス (MPNS) ネイティブ通知を送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendMpnsNativeNotificationAsync(String, String)

Microsoft プッシュ通知サービス (MPNS) ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendMpnsNativeNotificationAsync(String, String, CancellationToken)

Microsoft プッシュ通知サービス (MPNS) ネイティブ通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。 MPNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendNotificationAsync(Notification)

空でないタグのセット (最大 20) に通知を送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendNotificationAsync(Notification, CancellationToken)

空でないタグのセット (最大 20) に通知を送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendNotificationAsync(Notification, IEnumerable<String>)

タグの空でないセットに非同期的に通知を送信します (最大 20)。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendNotificationAsync(Notification, IEnumerable<String>, CancellationToken)

タグの空でないセットに非同期的に通知を送信します (最大 20)。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendNotificationAsync(Notification, String)

タグ式に通知を送信します (1 つのタグ "tag" は有効なタグ式です)。

SendNotificationAsync(Notification, String, CancellationToken)

タグ式に通知を送信します (1 つのタグ "tag" は有効なタグ式です)。

SendTemplateNotificationAsync(IDictionary<String,String>)

テンプレート通知を送信します。

SendTemplateNotificationAsync(IDictionary<String,String>, CancellationToken)

テンプレート通知を送信します。

SendTemplateNotificationAsync(IDictionary<String,String>, IEnumerable<String>)

テンプレート通知を空でないタグのセットに送信します (最大 20)。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendTemplateNotificationAsync(IDictionary<String,String>, IEnumerable<String>, CancellationToken)

テンプレート通知を空でないタグのセットに送信します (最大 20)。 これは、ブール型の OR ("||") を持つタグ式と同じです。

SendTemplateNotificationAsync(IDictionary<String,String>, String)

テンプレート通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendTemplateNotificationAsync(IDictionary<String,String>, String, CancellationToken)

テンプレート通知をタグ式に送信します (1 つのタグ "tag" は有効なタグ式です)。

SendWindowsNativeNotificationAsync(String)

Windows ネイティブ通知を非同期的に送信します。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendWindowsNativeNotificationAsync(String, CancellationToken)

Windows ネイティブ通知を非同期的に送信します。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendWindowsNativeNotificationAsync(String, IEnumerable<String>)

Windows ネイティブ通知を、空でないタグのセット (最大 20) に非同期的に送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendWindowsNativeNotificationAsync(String, IEnumerable<String>, CancellationToken)

Windows ネイティブ通知を、空でないタグのセット (最大 20) に非同期的に送信します。 これは、ブール型の OR ("||") を持つタグ式と同じです。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendWindowsNativeNotificationAsync(String, String)

Windows ネイティブ通知をタグ式に非同期的に送信します (1 つのタグ "tag" は有効なタグ式です)。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SendWindowsNativeNotificationAsync(String, String, CancellationToken)

Windows ネイティブ通知をタグ式に非同期的に送信します (1 つのタグ "tag" は有効なタグ式です)。 WNS のヘッダーを指定するには、 メソッドを使用します SendNotificationAsync(Notification)

SubmitNotificationHubJobAsync(NotificationHubJob)

NotificationHubJob を作成します。 この API は、Standard 名前空間でのみ使用できます。

SubmitNotificationHubJobAsync(NotificationHubJob, CancellationToken)

NotificationHubJob を作成します。 この API は、Standard 名前空間でのみ使用できます。

UpdateRegistrationAsync<T>(T)

登録を非同期的に更新します。

UpdateRegistrationAsync<T>(T, CancellationToken)

登録を非同期的に更新します。

適用対象