Partager via


VpnChannel.ProcessEventAsync(Object, Object) Méthode

Définition

Traite tous 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 qui a été passé à l’application à partir d’un paramètre de méthode Run de tâche en arrière-plan. 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 est compris et analysé de manière appropriée.)

Configuration requise pour Windows

Fonctionnalités de l’application
networkingVpnProvider

S’applique à