1 write to _invocationId
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\ClientResultsManager.cs (1)
130
_invocationId
= invocationId;
1 reference to _invocationId
Microsoft.AspNetCore.SignalR.Core (1)
src\SignalR\common\Shared\ClientResultsManager.cs (1)
152
_clientResultsManager.TryCompleteResult(_connectionId, CompletionMessage.WithError(
_invocationId
, "Invocation canceled by the server."));