IVpnChannelStatics.ProcessEventAsync(Object, Object) Metodo

Definizione

Un plug-in VPN deve sempre chiamare questa funzione nel metodo Run() delle attività in background.

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)

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