2 references to ExecuteHubMethod
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (2)
412
result = await dispatcher.
ExecuteHubMethod
(methodExecutor, hub, arguments, connection, scope.ServiceProvider);
539
result = await
ExecuteHubMethod
(descriptor.MethodExecutor, hub, arguments, connection, scope.ServiceProvider);