iControl.GlobalLBProberPool.get_lb_method C# (CSharp) Method

get_lb_method() private method

private get_lb_method ( string pools ) : GlobalLBLBMethod[]
pools string
return GlobalLBLBMethod[]
        public GlobalLBLBMethod[] get_lb_method(
		string [] pools
	)
        {
            object [] results = this.Invoke("get_lb_method", new object [] {
                pools});
            return ((GlobalLBLBMethod [])(results[0]));
        }
GlobalLBProberPool