Exemplo n.º 1
0
 private PrtgSensorSuccessResult(SensorText text, IEnumerable <IChannel> channels)
 {
     Text     = text;
     Channels = channels;
 }
Exemplo n.º 2
0
 public PrtgSensorErrorResult(string sensorErrorMessage)
 {
     Text = new SensorText(sensorErrorMessage);
 }