INotificationManagement Interface

Definition

Enables you to send notifications from the Service Manager server.

public interface class INotificationManagement
public interface INotificationManagement
type INotificationManagement = interface
Public Interface INotificationManagement

Remarks

A notification is triggered by an event or alert, and it can contain a message describing the event or alert.

Methods

Send(IDictionary<NotificationRecipientType,IList<String>>, NotificationMessage, String)

Sends a notification from the Service Manager server that contains a message.

Send(IDictionary<NotificationRecipientType,IList<String>>, NotificationMessage, String, IDictionary<String,String>)

Sends a notification from the Service Manager server that contains a message with the specified token values inserted in the message.

Applies to