Table of Contents

Interface IHealthCheckService<TApp>

Namespace
RDCore.SDK.Server.Services
Assembly
RDCore.SDK.dll
public interface IHealthCheckService<out TApp> : IDisposable where TApp : IRDCoreApp

Type Parameters

TApp
Inherited Members

Methods

Pause()

void Pause()

Resume()

void Resume()

Start(int, Action)

void Start(int processId, Action onUnhealthyProcess)

Parameters

processId int
onUnhealthyProcess Action