HtmlForgeX

API Reference

Class

MonitoringAlertQueue

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Methods

public MonitoringAlertQueue AddAlert(String title, String affected, MonitoringHealthState severity, String status, String owner, String firstSeen, String lastSeen, Int32 occurrences, String description = null, Boolean selected = false) #
Returns: MonitoringAlertQueue

Parameters

title String requiredposition: 0
affected String requiredposition: 1
severity MonitoringHealthState requiredposition: 2
status String requiredposition: 3
owner String requiredposition: 4
firstSeen String requiredposition: 5
lastSeen String requiredposition: 6
occurrences Int32 requiredposition: 7
description String = null optionalposition: 8
selected Boolean = false optionalposition: 9
public MonitoringAlertQueue Settings(Action<MonitoringAlertQueueSettings> configure) #
Returns: MonitoringAlertQueue

Parameters

configure Action<MonitoringAlertQueueSettings> requiredposition: 0
public override String ToString() #
Returns: String