Click or drag to resize

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)
Syntax
public void NotificationRunForScheduler(
	string authenticationKey,
	IList<int> notificationScheduleTypeIds
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
notificationScheduleTypeIds
Type: System.Collections.GenericIListInt32
The notification schedule type ids.
Exceptions
ExceptionCondition
FaultException
See Also