8 references to _clientResultsManager
Microsoft.AspNetCore.SignalR.StackExchangeRedis (8)
RedisHubLifetimeManager.cs (8)
392
var task =
_clientResultsManager
.AddInvocation<T>(connectionId, invocationId, linkedToken);
417
_clientResultsManager
.RemoveInvocation(invocationId);
439
_clientResultsManager
.TryCompleteResult(connectionId, result);
446
return
_clientResultsManager
.TryGetType(invocationId, out type);
542
_clientResultsManager
.AddInvocation(invocation.InvocationId,
572
var invocationInfo =
_clientResultsManager
.RemoveInvocation(invocation.InvocationId);
671
var parseSuccess = protocol.TryParseMessage(ref ros,
_clientResultsManager
, out hubMessage);
701
var invocationInfo =
_clientResultsManager
.RemoveInvocation(((CompletionMessage)hubMessage!).InvocationId!);