iControl.SecurityIPIntelligencePolicy.set_blacklist_category_log_blacklist_whitelist_hit_setting C# (CSharp) Method

set_blacklist_category_log_blacklist_whitelist_hit_setting() private method

private set_blacklist_category_log_blacklist_whitelist_hit_setting ( string policies, string categories, SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType hits ) : void
policies string
categories string
hits SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType
return void
        public void set_blacklist_category_log_blacklist_whitelist_hit_setting(
		string [] policies,
		string [] [] categories,
		SecurityIPIntelligencePolicyIPIntelligencePolicyBlacklistCategoryLogType [] [] hits
	)
        {
            this.Invoke("set_blacklist_category_log_blacklist_whitelist_hit_setting", new object [] {
                policies,
                categories,
                hits});
        }
SecurityIPIntelligencePolicy