4 references to HasResult
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
1583
if (handler.
HasResult
&& task is Task<object?> resultTask)
1596
if (handler.
HasResult
)
2249
if (handler.
HasResult
)
2253
if (m.
HasResult
)