Base:
method
SendGroupExceptAsync
Microsoft.AspNetCore.SignalR.HubLifetimeManager<THub>.SendGroupExceptAsync(System.String, System.String, System.Object[], System.Collections.Generic.IReadOnlyList<System.String>, System.Threading.CancellationToken)
1 reference to SendGroupExceptAsync
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
DefaultHubLifetimeManagerBenchmark.cs (1)
93return _hubLifetimeManager.SendGroupExceptAsync(_groupNames[0], "MethodName", Array.Empty<object>(), _subsetConnectionIds);