示例#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);
 }