ProcessThreadCollection.RemoveAll(Predicate<ProcessThread>) Método
Definição
Cuidado
This API is no longer available
public:
int RemoveAll(Predicate<System::Diagnostics::ProcessThread ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int RemoveAll (Predicate<System.Diagnostics.ProcessThread> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.RemoveAll : Predicate<System.Diagnostics.ProcessThread> -> int
Public Function RemoveAll (match As Predicate(Of ProcessThread)) As Integer
Parâmetros
- match
- Predicate<ProcessThread>
Retornos
- Atributos