次の方法で共有


VpnChannel.ProcessEventAsync(Object, Object) メソッド

定義

保留中の VpnChannel イベントを処理します。

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)

パラメーター

thirdPartyPlugIn
Object

Platform::Object

IInspectable

処理するプラグイン。

event
Object

Platform::Object

IInspectable

バックグラウンド タスクからアプリに渡されたイベント オブジェクト Run メソッド パラメーターです。 ProcessEventAsync を呼び出すアプリ コードは、このオブジェクトをバックグラウンド タスクからイベント処理コードに渡す不透明な BLOB として扱います。 (イベント処理コードでは、オブジェクトが適切に認識され、解析されます)。

Windows の要件

アプリの機能
networkingVpnProvider

適用対象