iControl.LocalLBRAMCacheInformation.Beginevict_ramcache_entry C# (CSharp) Метод

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

public Beginevict_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginevict_ramcache_entry(LocalLBRAMCacheInformationRAMCacheKey [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("evict_ramcache_entry", new object[] {
            keys}, callback, asyncState);
        }