10 references to On
Microsoft.AspNetCore.SignalR.Client.Core (9)
HubConnectionExtensions.cs (9)
231return hubConnection.On(methodName, Type.EmptyTypes, args => handler()); 246return hubConnection.On(methodName, 264return hubConnection.On(methodName, 283return hubConnection.On(methodName, 303return hubConnection.On(methodName, 324return hubConnection.On(methodName, 346return hubConnection.On(methodName, 369return hubConnection.On(methodName, 393return hubConnection.On(methodName,
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
HubConnectionReceiveBenchmark.cs (1)
88_hubConnection.On(MethodName, arguments.Select(v => v.GetType()).ToArray(), OnInvoke);