iControl.SystemStatistics.get_list_of_hosts C# (CSharp) Method

get_list_of_hosts() private method

private get_list_of_hosts ( ) : string[]
return string[]
        public string[] get_list_of_hosts(

	)
        {
            object [] results = this.Invoke("get_list_of_hosts", new object [0]);
            return ((string [])(results[0]));
        }
SystemStatistics