ISchedulerNotify.TaskStateChanged(List<TaskInfo>) 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.OperationContract]
public System.Threading.Tasks.Task TaskStateChanged(System.Collections.Generic.List<Microsoft.Hpc.Scheduler.Session.Interface.TaskInfo> taskInfoList);
abstract member TaskStateChanged : System.Collections.Generic.List<Microsoft.Hpc.Scheduler.Session.Interface.TaskInfo> -> System.Threading.Tasks.Task
Public Function TaskStateChanged (taskInfoList As List(Of TaskInfo)) As Task
Parameters
Returns
- Attributes