iControl.NetworkingRouteDomainV2.Beginset_parent C# (CSharp) Method

Beginset_parent() public method

public Beginset_parent ( string route_domains, string names, System callback, object asyncState ) : System.IAsyncResult
route_domains string
names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_parent(string [] route_domains,string [] names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_parent", new object[] {
            route_domains,
            names}, callback, asyncState);
        }
NetworkingRouteDomainV2