iControl.SecurityIPIntelligencePolicy.set_blacklist_category_action_type C# (CSharp) Method

set_blacklist_category_action_type() private method

private set_blacklist_category_action_type ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyActionType types ) : void
policies string
categories string
types SecurityIPIntelligencePolicyIPIntelligencePolicyActionType
return void
        public void set_blacklist_category_action_type(
		string [] policies,
		string [] [] categories,
		SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [] [] types
	)
        {
            this.Invoke("set_blacklist_category_action_type", new object [] {
                policies,
                categories,
                types});
        }
SecurityIPIntelligencePolicy