iControl.LocalLBContentPolicyStrategy.set_operand_selector C# (CSharp) Method

set_operand_selector() private method

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