Interface ISubsystemStatusProvider
Предоставляет информацию о состоянии подсистемы.
Namespace:InfinniPlatform.Diagnostics
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public interface ISubsystemStatusProvider
Properties
| Improve this Doc View SourceName
Имя подсистемы.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetStatus(IHttpRequest)
Состояние подсистемы.
Declaration
Task<object> GetStatus(IHttpRequest request)
Parameters
Type | Name | Description |
---|---|---|
IHttpRequest | request | Запрос. |
Returns
Type | Description |
---|---|
Task<System.Object> |