iControl.LocalLBDNSCache.Beginset_maximum_concurrent_queries C# (CSharp) Method

Beginset_maximum_concurrent_queries() public method

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