Click or drag to resize

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)
Syntax
public void UpdateScheduledJobs(
	string authenticationKey,
	IList<ScheduledJobsEntity> scheculedJobs,
	Guid scheduledUserGuid
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
scheculedJobs
Type: System.Collections.GenericIListScheduledJobsEntity
The scheculed jobs.
scheduledUserGuid
Type: SystemGuid
The scheduled user unique identifier.
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also