iControl.LocalLBRAMCacheInformation.Endget_ramcache_entry C# (CSharp) Method

Endget_ramcache_entry() public method

public Endget_ramcache_entry ( System asyncResult ) : iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
asyncResult System
return iControl.LocalLBRAMCacheInformationRAMCacheEntry[][]
        public LocalLBRAMCacheInformationRAMCacheEntry[][] Endget_ramcache_entry(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBRAMCacheInformationRAMCacheEntry [] [])(results[0]));
        }