|
AP&C API Reference
|
This is a decorator class used to hide live supervisable components from user interface agents. Those agents should use the ISupervisor interface to manage subordinates. More...
Public Member Functions | |
| SupervisableDescription (string name, string description, Exception lastException) | |
| SupervisableDescription (ISupervisable subordinate) | |
| override string | ToString () |
Properties | |
| string | Name [get] |
| string | Description [get] |
| string | TypeName [get] |
| DateTime | LastHeartbeat [get] |
| Exception | LastException [get] |
| SupervisableState | CurrentState [get] |
| SupervisableState | PreviousState [get] |
| SupervisableDescription[] | Children [get, set] |
This is a decorator class used to hide live supervisable components from user interface agents. Those agents should use the ISupervisor interface to manage subordinates.