 | 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)
Syntaxpublic void UpdateCompletedJobs(
string authenticationKey,
IList<CompletedJobsEntity> completedJobs,
Guid completedUserId
)
Public Sub UpdateCompletedJobs (
authenticationKey As String,
completedJobs As IList(Of CompletedJobsEntity),
completedUserId As Guid
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - completedJobs
- Type: System.Collections.GenericIListCompletedJobsEntity
The completed jobs. - completedUserId
- Type: SystemGuid
The completed user identifier.
Exceptions
See Also