C# 클래스 AspNet.StarterKits.Classifieds.BusinessLogicLayer.Maintenance

Classifieds maintenance functions.
파일 보기 프로젝트 열기: mono/gert

공개 메소드들

메소드 설명
HourlyMaintenanceTimer ( object state ) : void
SendAdNotification ( AdsDataComponent ad ) : void

비공개 메소드들

메소드 설명
CheckAdExpirations ( ) : void
GetAdminRecipients ( ) : string
Maintenance ( ) : System
ProcessSummaryNotification ( ) : void
SendSummaryMail ( int numPendingNew, int numPendingTotal ) : void

메소드 상세

HourlyMaintenanceTimer() 공개 정적인 메소드

public static HourlyMaintenanceTimer ( object state ) : void
state object
리턴 void

SendAdNotification() 공개 정적인 메소드

public static SendAdNotification ( AdsDataComponent ad ) : void
ad AdsDataComponent
리턴 void