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