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)
33
jsObject.
Invoke
<object>("test", "arg1", "arg2");
65
Assert.Throws<ObjectDisposedException>(() => jsObject.
Invoke
<object>("test", "arg1", "arg2"));