IWindowsServiceManager Methods |
[This is preliminary documentation and is subject to change.]
The IWindowsServiceManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | void | ClearErrorLog(Int64) |
Clears a windows service's error log(s)
|
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | void | Execute(Int64) |
Executes a windows service
|
![]() | Boolean | ExecuteCommand(Int64, Int64) |
Executes a windows service on a given command
|
![]() | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
![]() | IEnumerableT | GetAll |
Retrieves every entity
(Inherited from IGetAllableT.) |
![]() | EngineStatus | GetEngineStatus(Int64) | |
![]() | IEnumerableT, T: IWindowsServiceConfig | GetWindowsServiceConfigurations(Int64) |
Gets the windows service's configuration(s)
|
![]() | IEnumerableT, T: IWindowsServiceLog | GetWindowsServiceLogs(String) |
Gets the windows service's error log(s)
|
![]() | Boolean | MySQLIsRunning |
Determines if MySql is currently up and running
|
![]() | Boolean | Refresh(Int64) |
Refreshes a windows service
|
![]() | void | ResetErrorCounter(Int64) | |
![]() | void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
![]() | void | UpdateWindowsServiceConfigurations(IDictionaryInt64, String) |
Updates windows service configuration(s)
|
Name | Description | ||
---|---|---|---|
![]() | IWindowsService | DetailsAllIWindowsService(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIWindowsService(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IWindowsService | DetailsAnyIWindowsService(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | UpdateIWindowsService(IWindowsService) | (Defined by UpdateableBatchExtensions.) |