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

The DTO object containing the full response for PRTG.
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the Reply class.

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

Reply() публичный метод

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