Partager via


IVpnChannelStatics.ProcessEventAsync(Object, Object) Méthode

Définition

Un plug-in VPN doit toujours appeler cette fonction dans sa méthode Run() en arrière-plan.

public:
 void ProcessEventAsync(Platform::Object ^ thirdPartyPlugIn, Platform::Object ^ event);
void ProcessEventAsync(IInspectable const& thirdPartyPlugIn, IInspectable const& event);
public void ProcessEventAsync(object thirdPartyPlugIn, object event);
function processEventAsync(thirdPartyPlugIn, event)
Public 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

S’applique à