ISchedulerAdapter.GetTaskErrorCode(Int32, Int32) 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<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