Ejemplo n.º 1
0
        private async Task <WMIConnectionOption> GetConnectionOptionAsync(string hostName)
        {
            var wmiConnectionOptions = await _credentialsProvider.GetWMIConnectionOptionAsync(hostName).ConfigureAwait(false);

            return(wmiConnectionOptions);
        }