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

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

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