Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ITask.RemoveDependentTask Method 

Removes this task as a dependent of another task.

void RemoveDependentTask(
   ITask sourceTask
);

Parameters

sourceTask
The source task that the current task depends on; cannot be null.

Exceptions

Exception Type Condition
InvalidOperationException The object has already been removed.

See Also

ITask Interface | Plumtree.Remote.PRC.Collaboration.Tasklist Namespace