iControl.LocalLBContentPolicyStrategy.get_operand C# (CSharp) Method

get_operand() private method

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