Click or drag to resize

NotificationServiceGetUnsentNotifications Method

Gets the Unsent Notifications.

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 PendingNotificationResultPartialEntity GetUnsentNotifications(
	string authenticationKey,
	PendingNotificationSearchPartialEntity pendingNotificationSearchPartial
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
pendingNotificationSearchPartial
Type: AMCS.Elemos.IntegrationService.Entity.NotificationPendingNotificationSearchPartialEntity

Return Value

Type: PendingNotificationResultPartialEntity
Exceptions
ExceptionCondition
NotImplementedException
See Also