2 references to InvocationMessage
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
282
return new
InvocationMessage
(methodName, args);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
RedisHubLifetimeManager.cs (1)
176
return connection.WriteAsync(new
InvocationMessage
(methodName, args), cancellationToken).AsTask();