iControl.LocalLBProfileWebAcceleration.get_cache_entry C# (CSharp) Method

get_cache_entry() private method

private get_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys ) : LocalLBProfileWebAccelerationCacheEntry[][]
keys LocalLBProfileWebAccelerationCacheKey
return LocalLBProfileWebAccelerationCacheEntry[][]
        public LocalLBProfileWebAccelerationCacheEntry[][] get_cache_entry(
		LocalLBProfileWebAccelerationCacheKey [] keys
	)
        {
            object [] results = this.Invoke("get_cache_entry", new object [] {
                keys});
            return ((LocalLBProfileWebAccelerationCacheEntry [] [])(results[0]));
        }
LocalLBProfileWebAcceleration