Click or drag to resize

NotificationServiceUpdateSentNotifications Method

Saves sent notifaction.

Namespace:  AMCS.Elemos.IntegrationService.Services.Notification
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SentNotificationResultPartialEntity UpdateSentNotifications(
	string authenticationKey,
	IList<NotificationSendPartialEntity> criteria
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
criteria
Type: System.Collections.GenericIListNotificationSendPartialEntity
The criteria.

Return Value

Type: SentNotificationResultPartialEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also