VpnChannel.ProcessEventAsync(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Traite les événements VpnChannel en attente.
public:
static void ProcessEventAsync(Platform::Object ^ thirdPartyPlugIn, Platform::Object ^ event);
static void ProcessEventAsync(IInspectable const& thirdPartyPlugIn, IInspectable const& event);
public static void ProcessEventAsync(object thirdPartyPlugIn, object event);
function processEventAsync(thirdPartyPlugIn, event)
Public Shared Sub ProcessEventAsync (thirdPartyPlugIn As Object, event As Object)
Paramètres
- thirdPartyPlugIn
-
Object
Platform::Object
IInspectable
Plug-in à traiter.
- event
-
Object
Platform::Object
IInspectable
Objet d’événement passé à l’application à partir d’une tâche en arrière-plan paramètre de méthode Exécuter. Le code d’application appelant ProcessEventAsync traite cet objet comme un objet blob opaque qu’il passe de la tâche en arrière-plan au code de traitement des événements. (Dans le code de traitement des événements, l’objet sera compris et analysé de manière appropriée.)
Configuration requise pour Windows
Fonctionnalités de l’application |
networkingVpnProvider
|