VpnChannel.ProcessEventAsync(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
處理任何擱置的 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
|