1 implementation of InvokeMethodAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\HubFilterFactory.cs (1)
22
public async ValueTask<object?>
InvokeMethodAsync
(HubInvocationContext invocationContext, Func<HubInvocationContext, ValueTask<object?>> next)
2 references to InvokeMethodAsync
Microsoft.AspNetCore.SignalR.Core (2)
Internal\DefaultHubDispatcher.cs (1)
72
_invokeMiddleware = (context) => resolvedFilter.
InvokeMethodAsync
(context, nextFilter);
Internal\HubFilterFactory.cs (1)
28
return await filter.
InvokeMethodAsync
(invocationContext, next);