iControl.LocalLBContentPolicyStrategy.add_operand C# (CSharp) Method

add_operand() private method

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