iControl.GlobalLBPool.get_fallback_lb_method C# (CSharp) Method

get_fallback_lb_method() private method

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