iControl.LocalLBDNSCache.Beginset_nameserver_cache_count C# (CSharp) Method

Beginset_nameserver_cache_count() public method

public Beginset_nameserver_cache_count ( string caches, long counts, System callback, object asyncState ) : System.IAsyncResult
caches string
counts long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_nameserver_cache_count(string [] caches,long [] counts, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_nameserver_cache_count", new object[] {
            caches,
            counts}, callback, asyncState);
        }
LocalLBDNSCache