iControl.LocalLBRAMCacheInformation.get_ramcache_entry C# (CSharp) Method

get_ramcache_entry() private method

private get_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
keys LocalLBRAMCacheInformationRAMCacheKey
return iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
        public LocalLBRAMCacheInformationRAMCacheEntry[][] get_ramcache_entry(
		LocalLBRAMCacheInformationRAMCacheKey [] keys
	)
        {
            object [] results = this.Invoke("get_ramcache_entry", new object [] {
                keys});
            return ((LocalLBRAMCacheInformationRAMCacheEntry [] [])(results[0]));
        }