Click or drag to resize

CustomerServiceGetJobsToSchedule Method

Gets the jobs to schedule.

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 IList<ScheduledJobsEntity> GetJobsToSchedule(
	string authenticationKey,
	Guid serviceAgreementGuid,
	Guid serviceGuid,
	Guid createScheduledUserGuid,
	Guid scheduledUserGuid
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
serviceAgreementGuid
Type: SystemGuid
The service agreement unique identifier.
serviceGuid
Type: SystemGuid
The service unique identifier.
createScheduledUserGuid
Type: SystemGuid
The create scheduled user unique identifier.
scheduledUserGuid
Type: SystemGuid
The scheduled user unique identifier.

Return Value

Type: IListScheduledJobsEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also