Share via


AppPoolInfo.GetWorkerProcessIds Method

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Function GetWorkerProcessIds As IList(Of UInteger)
public IList<uint> GetWorkerProcessIds()
public:
IList<unsigned int>^ GetWorkerProcessIds()
member GetWorkerProcessIds : unit -> IList<uint32> 
public function GetWorkerProcessIds() : IList<uint>

Return Value

Type: System.Collections.Generic.IList<UInt32>
Returns IList<T>.

.NET Framework Security

See Also

Reference

AppPoolInfo Class

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace