iControl.LocalLBRAMCacheInformation.Beginevict_ramcache_entry_v2 C# (CSharp) Method

Beginevict_ramcache_entry_v2() public method

public Beginevict_ramcache_entry_v2 ( LocalLBRAMCacheInformationRAMCacheKey keys, bool exact_match, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
exact_match bool
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginevict_ramcache_entry_v2(LocalLBRAMCacheInformationRAMCacheKey [] keys,bool exact_match, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("evict_ramcache_entry_v2", new object[] {
            keys,
            exact_match}, callback, asyncState);
        }