iControl.LocalLBProfileWebAcceleration.get_cache_uri_exclude C# (CSharp) Method

get_cache_uri_exclude() private method

private get_cache_uri_exclude ( string profile_names ) : LocalLBProfileStringArray[]
profile_names string
return 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