2 references to Invoke
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
308return dispatcher.Invoke(descriptor, connection, invocationMessage, isStreamResponse: false, isStreamCall: false); 313return Invoke(descriptor, connection, hubMethodInvocationMessage, isStreamResponse, isStreamCall);