Click or drag to resize

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)
Syntax
public ScheduleJobCreationResult ImportSchedule(
	string authenticationKey,
	ScheduleJobCreationEntity scheduleCreationEntity
)

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
ExceptionCondition
FaultException
FaultReason
See Also