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});
        }
        public void set_default_action_type(
		string [] policies,
		SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [] types
	)
        {
            this.Invoke("set_default_action_type", new object [] {
                policies,
                types});
        }
 public System.IAsyncResult Beginset_default_action_type(string [] policies,SecurityIPIntelligencePolicyIPIntelligencePolicyActionType [] types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_default_action_type", new object[] {
     policies,
     types}, callback, asyncState);
 }