Click or drag to resize

CustomerServiceUpdateCompletedJobs Method

Updates 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 void UpdateCompletedJobs(
	string authenticationKey,
	IList<CompletedJobsEntity> completedJobs,
	Guid completedUserId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
completedJobs
Type: System.Collections.GenericIListCompletedJobsEntity
The completed jobs.
completedUserId
Type: SystemGuid
The completed user identifier.
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also