 | ScheduleServiceImportSchedule Method |
Imports a Schedule into the system
Namespace:
AMCS.Elemos.IntegrationService.Services.Schedule
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ScheduleJobCreationResult ImportSchedule(
string authenticationKey,
ScheduleJobCreationEntity scheduleCreationEntity
)
Public Function ImportSchedule (
authenticationKey As String,
scheduleCreationEntity As ScheduleJobCreationEntity
) As ScheduleJobCreationResult
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. - scheduleCreationEntity
- Type: AMCS.Elemos.IntegrationService.Entity.ScheduleScheduleJobCreationEntity
The Schedule to import
Return Value
Type:
ScheduleJobCreationResult
Exceptions
See Also