C# Class InboxWatcher.Notifications.HttpNotification

Inheritance: AbstractNotification
Exibir arquivo Open project: ptfuller/InboxWatcher

Protected Properties

Property Type Description
Kvp string>>.List

Private Properties

Property Type Description

Public Methods

Method Description
GetConfigurationScript ( ) : string
Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task

Method Details

GetConfigurationScript() public method

public GetConfigurationScript ( ) : string
return string

Notify() public method

public Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task
summary IMessageSummary
notificationType NotificationType
mailBoxName string
return Task

Property Details

Kvp protected_oe property

protected List> Kvp
return string>>.List