다음을 통해 공유


IVpnChannelStatics.ProcessEventAsync(Object, Object) 메서드

정의

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를 호출하는 앱 코드는 이 개체를 백그라운드 작업에서 이벤트 처리 코드로 전달하는 불투명 Blob으로 처리합니다. (이벤트 처리 코드에서 개체를 적절하게 이해하고 구문 분석합니다.)

Windows 요구 사항

앱 기능
networkingVpnProvider

적용 대상