iControl.LocalLBProfileWebAcceleration.add_cache_uri_exclude C# (CSharp) Méthode

add_cache_uri_exclude() private méthode

private add_cache_uri_exclude ( string profile_names, string reg_expressions ) : void
profile_names string
reg_expressions string
Résultat 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