 | CustomerServiceUpdateScheduledJobs Method |
Updates the scheduled jobs.
Namespace:
AMCS.Elemos.IntegrationService.Services.Customer
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void UpdateScheduledJobs(
string authenticationKey,
IList<ScheduledJobsEntity> scheculedJobs,
Guid scheduledUserGuid
)
Public Sub UpdateScheduledJobs (
authenticationKey As String,
scheculedJobs As IList(Of ScheduledJobsEntity),
scheduledUserGuid As Guid
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - scheculedJobs
- Type: System.Collections.GenericIListScheduledJobsEntity
The scheculed jobs. - scheduledUserGuid
- Type: SystemGuid
The scheduled user unique identifier.
Exceptions
See Also