예제 #1
0
파일: Class1.cs 프로젝트: ImranVS/SVNGIT
 public Boolean UpdateServiceCollection(VSNext.Mongo.Entities.Enums.ServerType ServerType, String NodeName)
 {
     return(VSServices.UpdateServiceCollection(ServerType, NodeName));
 }
예제 #2
0
파일: Class1.cs 프로젝트: ImranVS/SVNGIT
 public MonitoredItems.MonitoredDevice SelectServerToMonitor(MonitoredItems.MonitoredDevicesCollection collection)
 {
     return(VSServices.SelectServerToMonitor(collection));
 }
예제 #3
0
파일: Class1.cs 프로젝트: ImranVS/SVNGIT
 public void CheckForInsufficentLicenses(Object objServers, string ServerType, string ServerTypeForTypeAndName)
 {
     VSServices.CheckForInsufficentLicenses(objServers, ServerType, ServerTypeForTypeAndName);
 }