iControl.LocalLBContentPolicyStrategy.remove_operand C# (CSharp) Method

remove_operand() private method

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