JoinableTaskCollection.Add Method
Adds the specified job to this collection.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub Add ( _
job As JoinableTask _
)
public void Add(
JoinableTask job
)
public:
void Add(
JoinableTask^ job
)
member Add :
job:JoinableTask -> unit
public function Add(
job : JoinableTask
)
Parameters
job
Type: Microsoft.VisualStudio.Threading.JoinableTaskThe job to add to the collection.
.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.