C# 클래스 InboxWatcher.Notifications.HttpNotification

상속: AbstractNotification
파일 보기 프로젝트 열기: ptfuller/InboxWatcher

보호된 프로퍼티들

프로퍼티 타입 설명
Kvp string>>.List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetConfigurationScript ( ) : string
Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task

메소드 상세

GetConfigurationScript() 공개 메소드

public GetConfigurationScript ( ) : string
리턴 string

Notify() 공개 메소드

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

프로퍼티 상세

Kvp 보호되어 있는 프로퍼티

protected List> Kvp
리턴 string>>.List