4 references to HasResult
Microsoft.AspNetCore.SignalR.Client.Core (4)
HubConnection.cs (4)
1717
if (handler.
HasResult
&& task is Task<object?> resultTask)
1730
if (handler.
HasResult
)
2364
if (handler.
HasResult
)
2368
if (m.
HasResult
)