Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified job from this collection, or decrements the ref count if this collection tracks it.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Sub Remove ( _
job As JoinableTask _
)
public void Remove(
JoinableTask job
)
public:
void Remove(
JoinableTask^ job
)
member Remove :
job:JoinableTask -> unit
public function Remove(
job : JoinableTask
)
Parameters
job
Type: Microsoft.VisualStudio.Threading.JoinableTaskThe job to remove.
.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.