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

Endget_ramcache_entry() публичный Метод

public Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
asyncResult System
Результат iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
        public LocalLBRAMCacheInformationRAMCacheEntry[][] Endget_ramcache_entry(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBRAMCacheInformationRAMCacheEntry [] [])(results[0]));
        }