1 implementation of InvokeConstructorAsync
Microsoft.JSInterop (1)
Implementation\JSObjectReference.cs (1)
61
public ValueTask<IJSObjectReference>
InvokeConstructorAsync
(string identifier, CancellationToken cancellationToken, object?[]? args)
2 references to InvokeConstructorAsync
Microsoft.JSInterop (2)
JSObjectReferenceExtensions.cs (2)
150
return jsObjectReference.
InvokeConstructorAsync
(identifier, cancellationToken, args);
168
return jsObjectReference.
InvokeConstructorAsync
(identifier, cancellationToken, args);