iControl.LocalLBProfileWebAcceleration.Endget_cache_entry_exact_match C# (CSharp) Method

Endget_cache_entry_exact_match() public method

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