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