iControl.GlobalLBPool.get_cname C# (CSharp) Method

get_cname() private method

private get_cname ( string pool_names ) : string[]
pool_names string
return string[]
        public string[] get_cname(
		string [] pool_names
	)
        {
            object [] results = this.Invoke("get_cname", new object [] {
                pool_names});
            return ((string [])(results[0]));
        }
GlobalLBPool