iControl.PEMPolicy.get_rule_forwarding_action_type C# (CSharp) Method

get_rule_forwarding_action_type() private method

private get_rule_forwarding_action_type ( string policies, string rules ) : PEMPolicyForwardingActionType[][]
policies string
rules string
return PEMPolicyForwardingActionType[][]
        public PEMPolicyForwardingActionType[][] get_rule_forwarding_action_type(
		string [] policies,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_rule_forwarding_action_type", new object [] {
                policies,
                rules});
            return ((PEMPolicyForwardingActionType [] [])(results[0]));
        }
PEMPolicy