iControl.NetworkingRouteDomainV2.Beginremove_all_routing_protocols C# (CSharp) Метод

Beginremove_all_routing_protocols() публичный Метод

public Beginremove_all_routing_protocols ( string route_domains, System callback, object asyncState ) : System.IAsyncResult
route_domains string
callback System
asyncState object
Результат 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