1 implementation of SingleArg
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubClientProxyGeneratorTests.cs (1)
43
public void
SingleArg
(int a)
1 reference to SingleArg
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubClientProxy.IMyClient.g.cs (1)
17
registrations[1] = connection.On<int>("SingleArg", (a) => provider.
SingleArg
(a));