IVpnChannelStatics.ProcessEventAsync(Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
VPN プラグインは、バックグラウンド タスク Run() メソッドで常にこの関数を呼び出す必要があります。
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)
パラメーター
- thirdPartyPlugIn
-
Object
Platform::Object
IInspectable
処理するプラグイン。
- event
-
Object
Platform::Object
IInspectable
バックグラウンド タスクからアプリに渡されたイベント オブジェクト Run メソッド パラメーターです。 ProcessEventAsync
Windows の要件
アプリの機能 |
networkingVpnProvider
|