C# Class SensorHost.DTOs.Reply

The DTO object containing the full response for PRTG.
Afficher le fichier Open project: rossdargan/PRTG-Sensors Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the Reply class.

Method Details

Reply() public méthode

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