Click or drag to resize

NotificationServiceAcknowledgeNotificationMessageContent Method

Acknowledges the content of the notification message.

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 NotificationAcknowledgeResultPartialEntity AcknowledgeNotificationMessageContent(
	string authenticationKey,
	NotificationAcknowledgeRequestPartialEntity acknowledged
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
acknowledged
Type: AMCS.Elemos.IntegrationService.Entity.NotificationNotificationAcknowledgeRequestPartialEntity
The acknowledged.

Return Value

Type: NotificationAcknowledgeResultPartialEntity
Exceptions
ExceptionCondition
NotImplementedException
See Also