iControl.LocalLBProfileWebAcceleration.Beginevict_all_cache_entries C# (CSharp) Method

Beginevict_all_cache_entries() public method

public Beginevict_all_cache_entries ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginevict_all_cache_entries(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("evict_all_cache_entries", new object[0], callback, asyncState);
        }
LocalLBProfileWebAcceleration