iControl.LocalLBRAMCacheInformation.get_ramcache_entry C# (CSharp) Метод

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

private get_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
keys LocalLBRAMCacheInformationRAMCacheKey
Результат iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
        public LocalLBRAMCacheInformationRAMCacheEntry[][] get_ramcache_entry(
		LocalLBRAMCacheInformationRAMCacheKey [] keys
	)
        {
            object [] results = this.Invoke("get_ramcache_entry", new object [] {
                keys});
            return ((LocalLBRAMCacheInformationRAMCacheEntry [] [])(results[0]));
        }