1 implementation of GetCollection
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
30public System.Threading.Tasks.Task<System.Collections.Generic.List<int>> GetCollection()
1 reference to GetCollection
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxyGeneratorTests.cs (1)
112var result = await myHub.GetCollection();