HubConnectionExtensions.OnResult.cs (9)
75return hubConnection.On(methodName, Type.EmptyTypes, args => handler());
92return hubConnection.On(methodName,
112return hubConnection.On(methodName,
133return hubConnection.On(methodName,
155return hubConnection.On(methodName,
178return hubConnection.On(methodName,
202return hubConnection.On(methodName,
227return hubConnection.On(methodName,
253return hubConnection.On(methodName,