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