Edit

Share via


ISchedulerAdapter.ExcludeNode(Int32, String) Method

Definition

[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

Applies to