C# 클래스 SensorHost.DTOs.Reply

The DTO object containing the full response for PRTG.
파일 보기 프로젝트 열기: rossdargan/PRTG-Sensors 1 사용 예제들

공개 메소드들

메소드 설명
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