JoinableTaskCollection::Add Method (JoinableTask^)

 

Adds the specified job to this collection.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

public:
void Add(
	JoinableTask^ job
)

Parameters

job
Type: Microsoft.VisualStudio.Threading::JoinableTask^

The job to add to the collection.

Return to top
Show: