public async Task GetSessionHostPerformance()

in wvd-templates/diagnostics-sample/src/MSFT.WVD.Diagnostics.Common/Services/LogAnalyticsService.cs [144:152]


        public async Task<VMPerformance> GetSessionHostPerformance(string refreshToken, string hostName, XmlDocument xmlDocument)
        {
            _logger.LogInformation($" Enter into GetSessionHostPerformance() to get log data for {hostName} ");
            return await ExecuteLogAnalyticsQuery(refreshToken, hostName, xmlDocument);
            //return new VMPerformance()
            //{
            //    CurrentStateCounters = await ExecuteLogAnalyticsQuery(refreshToken, hostName, xmlDocument)
            //};
        }