iControl.LocalLBContentPolicyStrategy.get_operand_type C# (CSharp) Method

get_operand_type() private method

private get_operand_type ( string strategies, long operand_ids ) : LocalLBPolicyOperand[][]
strategies string
operand_ids long
return LocalLBPolicyOperand[][]
        public LocalLBPolicyOperand[][] get_operand_type(
		string [] strategies,
		long [] [] operand_ids
	)
        {
            object [] results = this.Invoke("get_operand_type", new object [] {
                strategies,
                operand_ids});
            return ((LocalLBPolicyOperand [] [])(results[0]));
        }