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