iControl.LocalLBProfileWebAcceleration.Beginevict_cache_entry C# (CSharp) Method

Beginevict_cache_entry() public method

public Beginevict_cache_entry ( LocalLBProfileWebAccelerationCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBProfileWebAccelerationCacheKey
exact_match bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginevict_cache_entry(LocalLBProfileWebAccelerationCacheKey [] keys,bool exact_match, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("evict_cache_entry", new object[] {
            keys,
            exact_match}, callback, asyncState);
        }
LocalLBProfileWebAcceleration