iControl.LocalLBProfileWebAcceleration.get_cache_size C# (CSharp) Метод

get_cache_size() приватный Метод

private get_cache_size ( string profile_names ) : LocalLBProfileULong[]
profile_names string
Результат LocalLBProfileULong[]
        public LocalLBProfileULong[] get_cache_size(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_cache_size", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileWebAcceleration