AppPoolInfo.GetWorkerProcessIds Method ()
Namespace: Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
public IList<uint> GetWorkerProcessIds()
public:
IList<unsigned int>^ GetWorkerProcessIds()
member GetWorkerProcessIds : unit -> IList<uint32>
Public Function GetWorkerProcessIds As IList(Of UInteger)
Return Value
Type: System.Collections.Generic.IList<UInt32>
Returns IList<T>.
See Also
AppPoolInfo Class
Microsoft.VisualStudio.Enterprise.WebInstrument Namespace
Return to top