iControl.NetworkingRouteDomainV2.Beginremove_routing_protocol C# (CSharp) Method

Beginremove_routing_protocol() public method

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