iControl.LocalLBDNSCache.Beginset_route_domain C# (CSharp) Method

Beginset_route_domain() public method

public Beginset_route_domain ( string caches, string domains, System callback, object asyncState ) : System.IAsyncResult
caches string
domains string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_route_domain(string [] caches,string [] domains, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_route_domain", new object[] {
            caches,
            domains}, callback, asyncState);
        }
LocalLBDNSCache