Adf.Core.Tasks.TaskManager.FindTaskById C# (CSharp) 메소드

FindTaskById() 공개 정적인 메소드

Find a task by a specified identifier from the System.Collections.Hashtable of tasks.
public static FindTaskById ( System.Guid id ) : ITask
id System.Guid The identifier of the task.
리턴 ITask
        public static ITask FindTaskById(Guid id)
        {
            return Provider.FindTaskById(id);
        }