public System.IAsyncResult Begincreate_static_route(string [] routes,NetworkingRouteTableV2RouteDestination [] destinations,NetworkingRouteTableV2RouteAttribute [] attributes, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("create_static_route", new object[] {
     routes,
     destinations,
     attributes}, callback, asyncState);
 }
        public void create_static_route(
		string [] routes,
		NetworkingRouteTableV2RouteDestination [] destinations,
		NetworkingRouteTableV2RouteAttribute [] attributes
	)
        {
            this.Invoke("create_static_route", new object [] {
                routes,
                destinations,
                attributes});
        }