iControl.LocalLBContentPolicy.get_condition_operand C# (CSharp) Method

get_condition_operand() private method

private get_condition_operand ( string policies, string rules, long condition_ids ) : LocalLBPolicyOperand[][][]
policies string
rules string
condition_ids long
return LocalLBPolicyOperand[][][]
        public LocalLBPolicyOperand[][][] get_condition_operand(
		string [] policies,
		string [] [] rules,
		long [] [] [] condition_ids
	)
        {
            object [] results = this.Invoke("get_condition_operand", new object [] {
                policies,
                rules,
                condition_ids});
            return ((LocalLBPolicyOperand [] [] [])(results[0]));
        }
LocalLBContentPolicy