public void set_request_captured_parts(
		string [] profile_names,
		string [] [] traffic_capture_names,
		LocalLBProfileAnalyticsTransactionPart [] [] transaction_parts
	)
        {
            this.Invoke("set_request_captured_parts", new object [] {
                profile_names,
                traffic_capture_names,
                transaction_parts});
        }
        public void set_response_content_filter_search_part(
		string [] profile_names,
		string [] [] traffic_capture_names,
		LocalLBProfileAnalyticsTransactionPart [] [] transaction_parts
	)
        {
            this.Invoke("set_response_content_filter_search_part", new object [] {
                profile_names,
                traffic_capture_names,
                transaction_parts});
        }
 public System.IAsyncResult Beginset_response_content_filter_search_part(string [] profile_names,string [] [] traffic_capture_names,LocalLBProfileAnalyticsTransactionPart [] [] transaction_parts, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("set_response_content_filter_search_part", new object[] {
     profile_names,
     traffic_capture_names,
     transaction_parts}, callback, asyncState);
 }