Метод | Описание | |
---|---|---|
AuxiliaryApplicationMonitor ( PlexServiceCommon.AuxiliaryApplication aux ) : System | ||
Start ( ) : void |
Start monitoring plex
|
|
Stop ( ) : void |
Stop the monitor and kill the processes
|
Метод | Описание | |
---|---|---|
OnStatusChange ( object sender, PlexServiceCommon.StatusChangeEventArgs data ) : void |
Method to fire the status change event
|
Метод | Описание | |
---|---|---|
auxProcess_Exited ( object sender, |
This event fires when the process we have a refrence to exits
|
|
end ( ) : void |
Kill the plex process
|
|
start ( ) : void |
Start a new/get a handle on existing Plex process
|
public AuxiliaryApplicationMonitor ( PlexServiceCommon.AuxiliaryApplication aux ) : System | ||
aux | PlexServiceCommon.AuxiliaryApplication | |
Результат | System |
protected OnStatusChange ( object sender, PlexServiceCommon.StatusChangeEventArgs data ) : void | ||
sender | object | |
data | PlexServiceCommon.StatusChangeEventArgs | |
Результат | void |