public async Task <String> inspectSwarmAsync() { SwarmInspectResponse response = await this.client.Swarm.InspectSwarmAsync(); return(response.ToString()); }
public static async Task Init(List <Server> _Servers) { SwarmManagerInfo = await Client.Docker.Swarm.InspectSwarmAsync(); Servers = _Servers; }