Table of Contents

Interface IHostProcessMonitor

Namespace
Microsoft.Azure.WebJobs.Host.Scale
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IHostProcessMonitor

Methods

GetStatus(ILogger)

HostProcessStatus GetStatus(ILogger logger = null)

Parameters

logger ILogger

Returns

HostProcessStatus

RegisterChildProcess(Process)

void RegisterChildProcess(Process process)

Parameters

process Process

UnregisterChildProcess(Process)

void UnregisterChildProcess(Process process)

Parameters

process Process