iControl.LocalLBRAMCacheInformation.get_ramcache_entry_exact_match C# (CSharp) Method

get_ramcache_entry_exact_match() private method

private get_ramcache_entry_exact_match ( LocalLBRAMCacheInformationRAMCacheKey keys ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
keys LocalLBRAMCacheInformationRAMCacheKey
return 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]));
        }