iControl.NetworkingRouteDomainV2.Begindelete_route_domain C# (CSharp) Method

Begindelete_route_domain() public method

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