JSProxy.Revoke method
Revokes the proxy, so that further access to the target is no longer trapped by the proxy handler.
C#
public void Revoke()
Exceptions
exception | condition |
---|---|
InvalidOperationException | The proxy is not revocable. |
See Also
- struct JSProxy
- namespace Microsoft.JavaScript.NodeApi