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