iControl.LocalLBRAMCacheInformation.Endget_ramcache_entry_exact_match C# (CSharp) 메소드

Endget_ramcache_entry_exact_match() 공개 메소드

public Endget_ramcache_entry_exact_match ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
asyncResult System
리턴 iControl.LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][]
        public LocalLBRAMCacheInformationRAMCacheEntryExactMatch[][] Endget_ramcache_entry_exact_match(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBRAMCacheInformationRAMCacheEntryExactMatch [] [])(results[0]));
        }