public void set_blacklist_category_match_direction(
		string [] policies,
		string [] [] categories,
		SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection [] [] directions
	)
        {
            this.Invoke("set_blacklist_category_match_direction", new object [] {
                policies,
                categories,
                directions});
        }
 public System.IAsyncResult Beginset_blacklist_category_match_direction(string [] policies,string [] [] categories,SecurityIPIntelligencePolicyIPIntelligencePolicyMatchDirection [] [] directions, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_blacklist_category_match_direction", new object[] {
     policies,
     categories,
     directions}, callback, asyncState);
 }