Condividi tramite


VpnChannel.ProcessEventAsync(Object, Object) Metodo

Definizione

Elabora tutti gli eventi VpnChannel in sospeso.

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)

Parametri

thirdPartyPlugIn
Object

Platform::Object

IInspectable

Plug-in da elaborare.

event
Object

Platform::Object

IInspectable

L'oggetto evento passato all'app da un'attività in background parametro Esegui metodo. Il codice dell'app che chiama ProcessEventAsync considera questo oggetto come BLOB opaco che passa dall'attività in background al codice di elaborazione dell'evento. Nel codice di elaborazione dell'evento, l'oggetto verrà compreso e analizzato in modo appropriato.

Requisiti Windows

Funzionalità dell'app
networkingVpnProvider

Si applica a