JoinableTaskFactory.Add Method (JoinableTask)

 

Adds the specified joinable task to the applicable collection.

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

Protected Sub Add (
	joinable As JoinableTask
)

Parameters

joinable
Type: Microsoft.VisualStudio.Threading.JoinableTask

The joinable task.

Return to top
Show: