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);
 }
        public void remove_routing_protocol(
		string [] route_domains,
		NetworkingRouteDomainV2RoutingProtocol [] [] protocols
	)
        {
            this.Invoke("remove_routing_protocol", new object [] {
                route_domains,
                protocols});
        }