 | RouteBuildServiceLogRouteBuildScheduleStart Method |
Logs the route build schedule start.
Namespace:
AMCS.Elemos.IntegrationService.Services.Route
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int LogRouteBuildScheduleStart(
string authenticationKey,
int routeTemplateId,
DateTime start
)
Public Function LogRouteBuildScheduleStart (
authenticationKey As String,
routeTemplateId As Integer,
start As DateTime
) As Integer
Parameters
- authenticationKey
- Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface. - routeTemplateId
- Type: SystemInt32
The route template id. - start
- Type: SystemDateTime
The start.
Return Value
Type:
Int32
See Also