Свойство | Тип | Описание | |
---|---|---|---|
Handler | ITaskHandler |
Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Метод | Описание | |
---|---|---|
AquireMutex ( ) : void |
Tries to aquire a mutex with the name MutexName. Call this at the end of your constructors.
|
|
Dispose ( bool disposing ) : void |
Releases the mutex.
|
|
ManagerBase ( [ handler, bool machineWide = false ) : System |
Creates a new manager.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected ManagerBase ( [ handler, bool machineWide = false ) : System | ||
handler | [ | A callback object used when the the user needs to be asked questions or informed about download and IO tasks. |
machineWide | bool | Apply operations machine-wide instead of just for the current user. |
Результат | System |