iControl.LocalLBPool.get_lb_method C# (CSharp) Method

get_lb_method() private method

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