iControl.NetworkingRouteTable.get_static_route_gateway C# (CSharp) Method

get_static_route_gateway() private method

private get_static_route_gateway ( NetworkingRouteTableRouteDefinition routes ) : string[]
routes NetworkingRouteTableRouteDefinition
return string[]
        public string[] get_static_route_gateway(
		NetworkingRouteTableRouteDefinition [] routes
	)
        {
            object [] results = this.Invoke("get_static_route_gateway", new object [] {
                routes});
            return ((string [])(results[0]));
        }
NetworkingRouteTable