 | 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)
Syntaxpublic IList<ScheduledJobsEntity> GetJobsToSchedule(
string authenticationKey,
Guid serviceAgreementGuid,
Guid serviceGuid,
Guid createScheduledUserGuid,
Guid scheduledUserGuid
)
Public Function GetJobsToSchedule (
authenticationKey As String,
serviceAgreementGuid As Guid,
serviceGuid As Guid,
createScheduledUserGuid As Guid,
scheduledUserGuid As Guid
) As IList(Of ScheduledJobsEntity)
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
See Also