4 references to HasResult
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
1405
if (handler.
HasResult
&& task is Task<object?> resultTask)
1418
if (handler.
HasResult
)
2071
if (handler.
HasResult
)
2075
if (m.
HasResult
)