C# 클래스 Helpmebot.Services.BlockMonitoringService

The block monitoring service.
상속: IBlockMonitoringService
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
BlockMonitoringService ( ILogger logger, IMediaWikiSiteRepository mediaWikiSiteRepository ) : System

Initializes a new instance of the BlockMonitoringService class.

DoEventProcessing ( string channel, IUser user, IIrcClient client ) : void

The do event processing.

비공개 메소드들

메소드 설명
GetAlertChannel ( string channel ) : string

The get alert channel.

GetIpAddress ( IUser user ) : IPAddress

The get ip address.

메소드 상세

BlockMonitoringService() 공개 메소드

Initializes a new instance of the BlockMonitoringService class.
public BlockMonitoringService ( ILogger logger, IMediaWikiSiteRepository mediaWikiSiteRepository ) : System
logger ILogger /// The logger. ///
mediaWikiSiteRepository IMediaWikiSiteRepository /// The media wiki site repository. ///
리턴 System

DoEventProcessing() 공개 메소드

The do event processing.
public DoEventProcessing ( string channel, IUser user, IIrcClient client ) : void
channel string /// The channel. ///
user IUser /// The user. ///
client IIrcClient /// The client. ///
리턴 void