1 override of SendUserAsync
Microsoft.AspNetCore.SignalR.Core (1)
DefaultHubLifetimeManager.cs (1)
286public override Task SendUserAsync(string userId, string methodName, object?[] args, CancellationToken cancellationToken = default)
1 reference to SendUserAsync
Microsoft.AspNetCore.SignalR.Core (1)
Internal\Proxies.cs (1)
21return _lifetimeManager.SendUserAsync(_userId, method, args, cancellationToken);