IWindowsService Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.SystemManagement.Dto
The IWindowsService type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | String | Description |
Service's description
|
![]() | Int32 | Errors |
An error counter on the windows service
|
![]() | Int64 | Id |
The Id of the windows service
|
![]() | String | LastError |
The windows service's last error message
|
![]() | DateTime | LastExecuted |
Service's last executiontime
|
![]() | String | Machine |
Machine of the service
|
![]() | String | Name |
Name of the windows service
|
![]() | Int64 | Period |
Windows service's period time between executions where every integer represents a minute
|
![]() | ModuleRunMode | RunMode |
The type of run mode the service will be executed in
|
![]() | String | Server |
Server where the windows service belongs
|
![]() | ModuleStatus | Status |
Status on the windows service
|