Click or drag to resize

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)
Syntax
public IList<CompletedJobsEntity> GetCompletedJobs(
	string authenticationKey,
	CompletedJobSearchCriteriaEntity searchCriteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchCriteria
Type: AMCS.Elemos.IntegrationService.Entity.JobCompletedJobSearchCriteriaEntity
The search criteria.

Return Value

Type: IListCompletedJobsEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also