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

get_cache_uri_exclude() private méthode

private get_cache_uri_exclude ( string profile_names ) : LocalLBProfileStringArray[]
profile_names string
Résultat LocalLBProfileStringArray[]
        public LocalLBProfileStringArray[] get_cache_uri_exclude(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_cache_uri_exclude", new object [] {
                profile_names});
            return ((LocalLBProfileStringArray [])(results[0]));
        }
LocalLBProfileWebAcceleration