1 implementation of SetCollection
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HubServerProxy.GeneratedIMyHub.g.cs (1)
40
public 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)
162
var result = await myHub.
SetCollection
(arg);