iControl.LocalLBProfileWebAcceleration.Endget_cache_entry_exact_match C# (CSharp) Метод

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

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