ISchedulerAdapter.ExcludeNode(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ServiceModel.FaultContract(typeof(Microsoft.Hpc.Scheduler.Session.Internal.SessionFault), Action="http://hpc.microsoft.com/session/SessionFault")]
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task<bool> ExcludeNode(int jobid, string nodeName);
abstract member ExcludeNode : int * string -> System.Threading.Tasks.Task<bool>
Public Function ExcludeNode (jobid As Integer, nodeName As String) As Task(Of Boolean)
Parameters
- jobid
- Int32
- nodeName
- String
Returns
- Attributes