Example #1
0
        /// <summary>
        /// Update the state of the wrapper to reflect the current network configuration and state
        /// </summary>
        /// <returns></returns>
        public async Task Refresh()
        {
            await Task.WhenAll(
                Clients.Refresh(),
                InfrastructureDevices.Refresh(),
                WlanGroups.Refresh(),
                UserGroups.Refresh(),
                PortForwards.Refresh()
                );

            InferConvergedTopology();
        }