4 references to _clientResultsManager
Microsoft.AspNetCore.SignalR.Core (4)
DefaultHubLifetimeManager.cs (4)
352
var task =
_clientResultsManager
.AddInvocation<T>(connectionId, invocationId, linkedToken);
364
_clientResultsManager
.RemoveInvocation(invocationId);
386
_clientResultsManager
.TryCompleteResult(connectionId, result);
393
if (
_clientResultsManager
.TryGetType(invocationId, out type))