Implemented interface member:
method
Invoke<TValue>
Microsoft.JSInterop.IJSInProcessObjectReference.Invoke<TValue>(System.String, params System.Object[])
2 references to Invoke
Microsoft.JSInterop.Tests (2)
JSObjectReferenceTest.cs (2)
33jsObject.Invoke<object>("test", "arg1", "arg2"); 65Assert.Throws<ObjectDisposedException>(() => jsObject.Invoke<object>("test", "arg1", "arg2"));