Property | Type | Description |
---|
Method | Description | |
---|---|---|
DeSerialize ( string xmlString ) : INotificationAction | ||
GetConfigurationScript ( ) : string | ||
Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task |
||
Serialize ( ) : string | ||
TestNotification ( ) : void |
public DeSerialize ( string xmlString ) : INotificationAction | ||
xmlString | string | |
return | INotificationAction |
public abstract GetConfigurationScript ( ) : string | ||
return | string |
public abstract Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task |
||
summary | IMessageSummary | |
notificationType | NotificationType | |
mailBoxName | string | |
return | Task |