 | NotificationServiceGetNotificationMessageContent Method |
Gets 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)
Syntaxpublic NotificationMessageContentPartialEntity GetNotificationMessageContent(
string authenticationKey,
int id
)
Public Function GetNotificationMessageContent (
authenticationKey As String,
id As Integer
) As NotificationMessageContentPartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - id
- Type: SystemInt32
The identifier.
Return Value
Type:
NotificationMessageContentPartialEntity
Exceptions
See Also