Edit

Share via


ISchedulerAdapter.GetTaskErrorCode(Int32, Int32) 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<Nullable<int>> GetTaskErrorCode(int jobId, int globalTaskId);
abstract member GetTaskErrorCode : int * int -> System.Threading.Tasks.Task<Nullable<int>>
Public Function GetTaskErrorCode (jobId As Integer, globalTaskId As Integer) As Task(Of Nullable(Of Integer))

Parameters

jobId
Int32
globalTaskId
Int32

Returns

Attributes

Applies to