Partager via


PushNotificationManager.CreateChannelAsync(Guid) Méthode

Définition

Demande de manière asynchrone un canal Push à partir du service de notification Push Windows (WNS).

Notes

La classe PushNotificationManager a une dépendance sur le package Singleton. En raison de cette dépendance, certaines considérations doivent être prises en compte si vous appelez ces API à partir d’une application autonome. Pour plus d’informations et pour plus d’informations, consultez Dépendances sur des packages MSIX supplémentaires.

public:
 virtual IAsyncOperationWithProgress<PushNotificationCreateChannelResult ^, PushNotificationCreateChannelStatus> ^ CreateChannelAsync(Platform::Guid remoteId) = CreateChannelAsync;
IAsyncOperationWithProgress<PushNotificationCreateChannelResult, PushNotificationCreateChannelStatus> CreateChannelAsync(winrt::guid const& remoteId);
public IAsyncOperationWithProgress<PushNotificationCreateChannelResult,PushNotificationCreateChannelStatus> CreateChannelAsync(Guid remoteId);
function createChannelAsync(remoteId)
Public Function CreateChannelAsync (remoteId As Guid) As IAsyncOperationWithProgress(Of PushNotificationCreateChannelResult, PushNotificationCreateChannelStatus)

Paramètres

remoteId
Guid

Platform::Guid

winrt::guid

Identificateur distant du canal Push créé. Cette valeur, appelée Azure AppId, est un GUID qui correspond à l’ID d’application spécifié dans Azure Active Directory (AAD). Pour plus d’informations sur l’obtention de votre ID d’application, consultez Utiliser le portail pour créer une application Azure AD et un principal de service pouvant accéder aux ressources.

Retours

Action asynchrone avec progression qui retourne un PushNotificationCreateChannelResult à l’achèvement .

Remarques

Dans la plupart des cas, les demandes de création de canal doivent se terminer en quelques secondes. Étant donné qu’il s’agit d’une opération réseau, les opérations de requête de canal peuvent échouer initialement, ce qui déclenche une logique de nouvelle tentative intégrée à la plateforme. Dans ce cas, les opérations de requête de canal peuvent prendre entre 2 et 16 minutes.

S’applique à