iControl.LocalLBProfileAnalytics.remove_traffic_capture_url_path_prefixes C# (CSharp) Method

remove_traffic_capture_url_path_prefixes() private method

private remove_traffic_capture_url_path_prefixes ( string profile_names, string traffic_capture_names, string url_path_prefixes ) : void
profile_names string
traffic_capture_names string
url_path_prefixes string
return void
        public void remove_traffic_capture_url_path_prefixes(
		string [] profile_names,
		string [] [] traffic_capture_names,
		string [] [] [] url_path_prefixes
	)
        {
            this.Invoke("remove_traffic_capture_url_path_prefixes", new object [] {
                profile_names,
                traffic_capture_names,
                url_path_prefixes});
        }
LocalLBProfileAnalytics