BuildMaster SDK Reference
Version:

TaskExtensions Class

Contains extension methods for System.Threading.Tasks.Task.

Inheritance Hierarchy

  • object
    • Inedo.TaskExtensions

Syntax

public class TaskExtensions

Methods

Name Description
Result<TResult>(System.Threading.Tasks.Task<TResult> task)

Returns the result of a task after it completes.

WaitAndUnwrapExceptions(System.Threading.Tasks.Task task)

Waits for a task to complete.