iControl.LocalLBContentPolicyStrategy.get_operand_type C# (CSharp) 메소드

get_operand_type() 개인적인 메소드

private get_operand_type ( string strategies, long operand_ids ) : LocalLBPolicyOperand[][]
strategies string
operand_ids long
리턴 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]));
        }