C# 클래스 IpWatchDog.CommandIpNotifier

상속: IIpNotifier
파일 보기 프로젝트 열기: ikriv/IpWatchDog

공개 메소드들

메소드 설명
CommandIpNotifier ( ILog log, AppConfig config ) : System
OnIpChanged ( string oldIp, string newIp ) : void

메소드 상세

CommandIpNotifier() 공개 메소드

public CommandIpNotifier ( ILog log, AppConfig config ) : System
log ILog
config AppConfig
리턴 System

OnIpChanged() 공개 메소드

public OnIpChanged ( string oldIp, string newIp ) : void
oldIp string
newIp string
리턴 void