C# Class SensorHost.DTOs.Prtg

This is the Prtg DTO.
Exibir arquivo Open project: rossdargan/PRTG-Sensors Class Usage Examples

Public Methods

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

Initializes a new instance of the Prtg class.

Method Details

Prtg() public method

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