 | NotificationServiceNotificationRunForScheduler Method |
Notifications the run for scheduler.
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 void NotificationRunForScheduler(
string authenticationKey,
IList<int> notificationScheduleTypeIds
)
Public Sub NotificationRunForScheduler (
authenticationKey As String,
notificationScheduleTypeIds As IList(Of Integer)
)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - notificationScheduleTypeIds
- Type: System.Collections.GenericIListInt32
The notification schedule type ids.
Exceptions
See Also