 | DutyOfCareServiceAcknowledge Method |
Acknowledge a list of duty of cares as received.
Namespace:
AMCS.Elemos.IntegrationService.Services.DutyOfCare
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Acknowledge(
string authenticationKey,
IList<DutyOfCareAcknowledgementEntity> dutyOfCaresForAcknowledgement
)
Public Sub Acknowledge (
authenticationKey As String,
dutyOfCaresForAcknowledgement As IList(Of DutyOfCareAcknowledgementEntity)
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - dutyOfCaresForAcknowledgement
- Type: System.Collections.GenericIListDutyOfCareAcknowledgementEntity
A list of duty of cares for acknowledgment.
See Also