C# Class SensorHost.DTOs.Reply

The DTO object containing the full response for PRTG.
显示文件 Open project: rossdargan/PRTG-Sensors Class Usage Examples

Public Methods

Method Description
Reply ( string description, List resultsList ) : System.Collections.Generic

Initializes a new instance of the Reply class.

Method Details

Reply() public method

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. ///
return System.Collections.Generic