 | RouteBuildServiceLogRouteBuildScheduleEnd Method |
Logs the route build schedule end.
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 LogRouteBuildScheduleEnd(
string authenticationKey,
int logId,
DateTime end,
bool isSuccess,
Nullable<int> noOfExclusions,
Nullable<int> generatedRouteId
)
Public Function LogRouteBuildScheduleEnd (
authenticationKey As String,
logId As Integer,
end As DateTime,
isSuccess As Boolean,
noOfExclusions As Nullable(Of Integer),
generatedRouteId As Nullable(Of Integer)
) 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. - logId
- Type: SystemInt32
The log id. - end
- Type: SystemDateTime
The end. - isSuccess
- Type: SystemBoolean
if set to true [is success]. - noOfExclusions
- Type: SystemNullableInt32
The no of exclusions. - generatedRouteId
- Type: SystemNullableInt32
The generated route id.
Return Value
Type:
Int32
See Also