C# Класс SensorHost.DTOs.Prtg

This is the Prtg DTO.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Prtg ( string description, List resultsList ) : System.Collections.Generic

Initializes a new instance of the Prtg class.

Описание методов

Prtg() публичный Метод

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 ///
Результат System.Collections.Generic