JoinableTaskFactory.Add Method
Adds the specified joinable task to the applicable collection.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Protected Sub Add ( _
joinable As JoinableTask _
)
protected void Add(
JoinableTask joinable
)
protected:
void Add(
JoinableTask^ joinable
)
member Add :
joinable:JoinableTask -> unit
protected function Add(
joinable : JoinableTask
)
Parameters
joinable
Type: Microsoft.VisualStudio.Threading.JoinableTaskThe joinable task.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.