4 references to HasResult
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
1399
if (handler.
HasResult
&& task is Task<object?> resultTask)
1412
if (handler.
HasResult
)
2065
if (handler.
HasResult
)
2069
if (m.
HasResult
)