Esempio n. 1
0
 public string SendData(ZabbixItem itm)
 {
     return(SendData(new List <ZabbixItem>(1)
     {
         itm
     }));
 }
Esempio n. 2
0
 public string SendData(ZabbixItem itm)
 {
     return SendData(new List<ZabbixItem>(1) { itm });
 }