Cheesebaron.MvxPlugins.Connectivity.WindowsCommon.Wifi.GetAllWifiInfoAsync C# (CSharp) Method

GetAllWifiInfoAsync() public method

public GetAllWifiInfoAsync ( CancellationToken token = newCancellationToken() ) : Task>
token System.Threading.CancellationToken
return Task>
        public Task<IEnumerable<WifiInfo>> GetAllWifiInfoAsync(
            CancellationToken token = new CancellationToken())
        {
            // not possible on Win RT :(
            throw new NotImplementedException();
        }
    }