Class PublicAPI
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 PublicAPI : WebManagerController, IDisposable
Methods
HostPerformance(Int32, Int32, Nullable<DateTime>)
Declaration
[Action]
public object HostPerformance(int duration = 3000, int sample = 1000, DateTime? lastErrorSample = default(DateTime? ))
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | duration | |
System.Int32 | sample | |
System.Nullable<System.DateTime> | lastErrorSample |
Returns
Type | Description |
---|---|
System.Object |
PerformanceImg(Int32, Int32, Int32)
Declaration
[Action]
public object PerformanceImg(int width = 64, int height = 64, int lookBackSec = 300)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | width | |
System.Int32 | height | |
System.Int32 | lookBackSec |
Returns
Type | Description |
---|---|
System.Object |
Implements
System.IDisposable