City Based Parking and Routing System API Documentation

RouteWriter.StoreRoute Method 

Adds route information to the collection of data.

public static void StoreRoute(
   int vehicleId,
   string type,
   IRoute route
);

Parameters

vehicleId
The Id number of the vehicle.
type
The type of vehicle.
route
The route information of the vehicle.

See Also

RouteWriter Class | CBPRS.Infrastructure Namespace