iControl.LocalLBRAMCacheInformation.Beginget_ramcache_entry C# (CSharp) Méthode

Beginget_ramcache_entry() public méthode

public Beginget_ramcache_entry ( LocalLBRAMCacheInformationRAMCacheKey keys, System callback, object asyncState ) : System.IAsyncResult
keys LocalLBRAMCacheInformationRAMCacheKey
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_ramcache_entry(LocalLBRAMCacheInformationRAMCacheKey [] keys, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_ramcache_entry", new object[] {
            keys}, callback, asyncState);
        }