Click or drag to resize

NotificationServiceGetNotificationsForContact Method

Gets the notifications for contact.

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 ContactNotificationResponsePartialEntity GetNotificationsForContact(
	string authenticationKey,
	ContactNotificationRequestPartialEntity contactNotificationRequestEntity
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
contactNotificationRequestEntity
Type: AMCS.Elemos.IntegrationService.Entity.NotificationContactNotificationRequestPartialEntity
The contact notification request entity.

Return Value

Type: ContactNotificationResponsePartialEntity
Exceptions
ExceptionCondition
NotImplementedException
See Also