예제 #1
0
 public void RemoveExcludedNodes(Microsoft.Hpc.Scheduler.IStringCollection nodeNames)
 {
     lock (SyncRoot) { Instance.RemoveExcludedNodes(nodeNames); }
 }
예제 #2
0
 public Microsoft.Hpc.Scheduler.IRemoteCommand CreateCommand(System.String commandLine, Microsoft.Hpc.Scheduler.ICommandInfo info, Microsoft.Hpc.Scheduler.IStringCollection nodes)
 {
     lock (SyncRoot) { return(Instance.CreateCommand(commandLine, info, nodes)); }
 }