iControl.LocalLBContentPolicyStrategy.set_operand_type C# (CSharp) Method

set_operand_type() private method

private set_operand_type ( string strategies, long operand_ids, LocalLBPolicyOperand operands ) : void
strategies string
operand_ids long
operands LocalLBPolicyOperand
return void
        public void set_operand_type(
		string [] strategies,
		long [] [] operand_ids,
		LocalLBPolicyOperand [] [] operands
	)
        {
            this.Invoke("set_operand_type", new object [] {
                strategies,
                operand_ids,
                operands});
        }