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,