iControl.LocalLBContentPolicyStrategy.get_operand_selector C# (CSharp) Method

get_operand_selector() private method

private get_operand_selector ( string strategies, long operand_ids ) : LocalLBPolicySelector[][]
strategies string
operand_ids long
return LocalLBPolicySelector[][]
        public LocalLBPolicySelector[][] get_operand_selector(
		string [] strategies,
		long [] [] operand_ids
	)
        {
            object [] results = this.Invoke("get_operand_selector", new object [] {
                strategies,
                operand_ids});
            return ((LocalLBPolicySelector [] [])(results[0]));
        }