iControl.NetworkingRouteDomainV2.Beginadd_routing_protocol C# (CSharp) Method

Beginadd_routing_protocol() public method

public Beginadd_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 Beginadd_routing_protocol(string [] route_domains,NetworkingRouteDomainV2RoutingProtocol [] [] protocols, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_routing_protocol", new object[] {
            route_domains,
            protocols}, callback, asyncState);
        }
NetworkingRouteDomainV2