iControl.LocalLBProfileHttpCompression.get_memory_level C# (CSharp) Method

get_memory_level() private method

private get_memory_level ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return LocalLBProfileULong[]
        public LocalLBProfileULong[] get_memory_level(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_memory_level", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileHttpCompression