WebViewControlProcess.Terminate Method

Definition

Terminates the process.

public:
 virtual void Terminate() = Terminate;
void Terminate();
public void Terminate();
function terminate()
Public Sub Terminate ()

Remarks

This will cause the Windows.Web.UI.Interop.WebViewControlProcess.ProcessExited event to fire and any calls to any Windows.Web.UI.Interop.WebViewControl objects within this process will cause an exception to be thrown.

Applies to