Adf.Base.Tasks.Task.Task C# (CSharp) Method

Task() public method

Initializes a new instance of the Task class with the specified predefined task name of ApplicationTask class object.
public Task ( Adf.Core.Tasks.ApplicationTask name ) : System
name Adf.Core.Tasks.ApplicationTask The that defines the task name whose value will set.
return System
        public Task(ApplicationTask name)
        {
            origin = Empty;
            this.name = name;
        }

Same methods

Task::Task ( Adf.Core.Tasks.ApplicationTask name, ITask origin ) : System