iControl.PEMPolicy.set_rule_forwarding_action_type C# (CSharp) Method

set_rule_forwarding_action_type() private method

private set_rule_forwarding_action_type ( string policies, string rules, PEMPolicyForwardingActionType values ) : void
policies string
rules string
values PEMPolicyForwardingActionType
return void
        public void set_rule_forwarding_action_type(
		string [] policies,
		string [] [] rules,
		PEMPolicyForwardingActionType [] [] values
	)
        {
            this.Invoke("set_rule_forwarding_action_type", new object [] {
                policies,
                rules,
                values});
        }
PEMPolicy