Свойство | Тип | Описание | |
---|---|---|---|
OnTimerElapsed | void |
Метод | Описание | |
---|---|---|
LoadMonitoringMethods ( ) : void |
Resets and instanciates MonitorMethods property to refresh dlls being monitored
|
|
OnAppDomainChanged ( string configFile, IDictionary properties ) : void | ||
PollForChanges ( ) : DateTime, | ||
PollForChanges ( DateTime, lastPollDate ) : DateTime, | ||
Start ( ) : void | ||
Start ( int pollingIntervalMS ) : void |
Initiates a timer to monitor for configuration changes. This method is invoke on web application startup.
|
|
Stop ( ) : void |
Метод | Описание | |
---|---|---|
OnTimerElapsed ( object sender, ElapsedEventArgs, e ) : void |
Monitors CE table for changes
|
public static LoadMonitoringMethods ( ) : void | ||
Результат | void |
public static OnAppDomainChanged ( string configFile, IDictionary properties ) : void | ||
configFile | string | |
properties | IDictionary | |
Результат | void |
public static PollForChanges ( ) : DateTime, | ||
Результат | DateTime, |
public static PollForChanges ( DateTime, lastPollDate ) : DateTime, | ||
lastPollDate | DateTime, | |
Результат | DateTime, |
public static Start ( int pollingIntervalMS ) : void | ||
pollingIntervalMS | int | |
Результат | void |