C# Class IpWatchDog.CommandIpNotifier

Inheritance: IIpNotifier
Afficher le fichier Open project: ikriv/IpWatchDog

Méthodes publiques

Méthode Description
CommandIpNotifier ( ILog log, AppConfig config ) : System
OnIpChanged ( string oldIp, string newIp ) : void

Method Details

CommandIpNotifier() public méthode

public CommandIpNotifier ( ILog log, AppConfig config ) : System
log ILog
config AppConfig
Résultat System

OnIpChanged() public méthode

public OnIpChanged ( string oldIp, string newIp ) : void
oldIp string
newIp string
Résultat void