 | CustomerServiceGetCompletedJobs Method |
Gets the completed 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 IList<CompletedJobsEntity> GetCompletedJobs(
string authenticationKey,
CompletedJobSearchCriteriaEntity searchCriteria
)
Public Function GetCompletedJobs (
authenticationKey As String,
searchCriteria As CompletedJobSearchCriteriaEntity
) As IList(Of CompletedJobsEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - searchCriteria
- Type: AMCS.Elemos.IntegrationService.Entity.JobCompletedJobSearchCriteriaEntity
The search criteria.
Return Value
Type:
IListCompletedJobsEntity
Exceptions
See Also