AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.SupervisableDescription Class 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]
 

Detailed Description

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.


The documentation for this class was generated from the following file: