C# Class SensorHost.DTOs.Prtg

This is the Prtg DTO.
Afficher le fichier Open project: rossdargan/PRTG-Sensors Class Usage Examples

Méthodes publiques

Méthode Description
Prtg ( string description, List resultsList ) : System.Collections.Generic

Initializes a new instance of the Prtg class.

Method Details

Prtg() public méthode

Initializes a new instance of the Prtg class.
public Prtg ( string description, List resultsList ) : System.Collections.Generic
description string /// The description for the service ///
resultsList List /// The list of results ///
Résultat System.Collections.Generic