iControl.LocalLBProfileWebAcceleration.add_cache_uri_exclude C# (CSharp) Method

add_cache_uri_exclude() private method

private add_cache_uri_exclude ( string profile_names, string reg_expressions ) : void
profile_names string
reg_expressions string
return void
        public void add_cache_uri_exclude(
		string [] profile_names,
		string [] [] reg_expressions
	)
        {
            this.Invoke("add_cache_uri_exclude", new object [] {
                profile_names,
                reg_expressions});
        }
LocalLBProfileWebAcceleration