iControl.NetworkingRouteTableV2.create_management_route C# (CSharp) Method

create_management_route() private method

private create_management_route ( string routes, NetworkingRouteTableV2RouteDestination destinations, NetworkingRouteTableV2RouteAttribute attributes ) : void
routes string
destinations NetworkingRouteTableV2RouteDestination
attributes NetworkingRouteTableV2RouteAttribute
return void
        public void create_management_route(
		string [] routes,
		NetworkingRouteTableV2RouteDestination [] destinations,
		NetworkingRouteTableV2RouteAttribute [] attributes
	)
        {
            this.Invoke("create_management_route", new object [] {
                routes,
                destinations,
                attributes});
        }
NetworkingRouteTableV2