ProcessThreadCollection.ForEach(Action<ProcessThread>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is no longer available
public:
void ForEach(Action<System::Diagnostics::ProcessThread ^> ^ action);
[System.Obsolete("This API is no longer available", true)]
public void ForEach (Action<System.Diagnostics.ProcessThread> action);
[<System.Obsolete("This API is no longer available", true)>]
member this.ForEach : Action<System.Diagnostics.ProcessThread> -> unit
Public Sub ForEach (action As Action(Of ProcessThread))
Parameters
- action
- Action<ProcessThread>
- Attributes