Esempio n. 1
0
 public Boolean UpdateServiceCollection(VSNext.Mongo.Entities.Enums.ServerType ServerType, String NodeName)
 {
     return(VSServices.UpdateServiceCollection(ServerType, NodeName));
 }
Esempio n. 2
0
 public MonitoredItems.MonitoredDevice SelectServerToMonitor(MonitoredItems.MonitoredDevicesCollection collection)
 {
     return(VSServices.SelectServerToMonitor(collection));
 }
Esempio n. 3
0
 public void CheckForInsufficentLicenses(Object objServers, string ServerType, string ServerTypeForTypeAndName)
 {
     VSServices.CheckForInsufficentLicenses(objServers, ServerType, ServerTypeForTypeAndName);
 }