Class Home
Web manager Home comntroller
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Sky.WebManager.Controllers
Assembly: Azos.Sky.WebManager.dll
Syntax
public sealed class Home : WebManagerController, IDisposable
Methods
Console()
Declaration
[Action]
public object Console()
Returns
Type | Description |
---|---|
System.Object |
Index()
Declaration
[Action]
public object Index()
Returns
Type | Description |
---|---|
System.Object |
Instrumentation()
Declaration
[Action]
public object Instrumentation()
Returns
Type | Description |
---|---|
System.Object |
InstrumentationCharts()
Declaration
[Action("instrumentation-charts", 20, false)]
public object InstrumentationCharts()
Returns
Type | Description |
---|---|
System.Object |
InstrumentationLogs()
Declaration
[Action("instrumentation-logs", 30, false)]
public object InstrumentationLogs()
Returns
Type | Description |
---|---|
System.Object |
Login(String, String)
Declaration
[Action]
public object Login(string id, string pwd)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | |
System.String | pwd |
Returns
Type | Description |
---|---|
System.Object |
Logout()
Declaration
[Action]
public object Logout()
Returns
Type | Description |
---|---|
System.Object |
TheSystem()
Declaration
[Action]
public object TheSystem()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IDisposable