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

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

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