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