iControl.NetworkingRouteDomainV2.Beginremove_all_routing_protocols C# (CSharp) Method

Beginremove_all_routing_protocols() public method

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