Class TourPlanningHub
Represents the default implementation of
Inheritance
System.Object
TourPlanningHub
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TourPlanningHub : Hub<ITourPlanningClient>
Constructors
|
Improve this Doc
View Source
TourPlanningHub(IShipmentService, ISqlService, ITourShipmentService, IVehiclePlannerService)
Declaration
public TourPlanningHub(IShipmentService shipmentService, ISqlService sqlService, ITourShipmentService tourShipmentService, IVehiclePlannerService vehiclePlannerService)
Parameters
Methods
|
Improve this Doc
View Source
RequestResourcesAsync(Guid, String, DateTime)
Declaration
public async Task RequestResourcesAsync(Guid resourceGroup, string template, DateTime startDate)
Parameters
Type |
Name |
Description |
System.Guid |
resourceGroup |
|
System.String |
template |
|
System.DateTime |
startDate |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
RequestShipmentsAsync()
Declaration
public async Task RequestShipmentsAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
RequestTourAsync(DateTime, DateTime)
Request all tour information
Declaration
public async Task RequestTourAsync(DateTime start, DateTime end)
Parameters
Type |
Name |
Description |
System.DateTime |
start |
|
System.DateTime |
end |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
ScheduleAsync(ScheduleShipmentModel)
Declaration
public async Task ScheduleAsync(ScheduleShipmentModel scheduleShipmentModel)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
|
Improve this Doc
View Source
UnscheduleAsync(UnscheduleShipmentModel)
Declaration
public async Task UnscheduleAsync(UnscheduleShipmentModel unscheduleShipmentModel)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task |
|