HubConnectionExtensions.cs (9)
36return hubConnection.On(methodName, Type.EmptyTypes, args => handler());
51return hubConnection.On(methodName,
69return hubConnection.On(methodName,
88return hubConnection.On(methodName,
108return hubConnection.On(methodName,
129return hubConnection.On(methodName,
151return hubConnection.On(methodName,
174return hubConnection.On(methodName,
198return hubConnection.On(methodName,