C# 클래스 Mailing.AsyncMailing.NotificationMailSender

파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore

공개 메소드들

메소드 설명
NotificationMailSender ( MailerSettings mailerSettings, IUserRepository userRepository, INotificationMailRepository notificationMailRepository ) : System
StartSending ( ) : void
StopSending ( ) : void

비공개 메소드들

메소드 설명
SendMail ( NotificationEmail notificationEmail ) : void
TryProcessEmail ( ) : bool

메소드 상세

NotificationMailSender() 공개 메소드

public NotificationMailSender ( MailerSettings mailerSettings, IUserRepository userRepository, INotificationMailRepository notificationMailRepository ) : System
mailerSettings MailerSettings
userRepository IUserRepository
notificationMailRepository INotificationMailRepository
리턴 System

StartSending() 공개 메소드

public StartSending ( ) : void
리턴 void

StopSending() 공개 메소드

public StopSending ( ) : void
리턴 void