iControl.NetworkingRouteTable.set_static_route_gateway C# (CSharp) Méthode

set_static_route_gateway() private méthode

private set_static_route_gateway ( NetworkingRouteTableRouteDefinition routes, string gateways ) : void
routes NetworkingRouteTableRouteDefinition
gateways string
Résultat void
        public void set_static_route_gateway(
		NetworkingRouteTableRouteDefinition [] routes,
		string [] gateways
	)
        {
            this.Invoke("set_static_route_gateway", new object [] {
                routes,
                gateways});
        }
NetworkingRouteTable