IDkmIISResolver170.GetIISApplicationPools(DkmTransportConnection) Method

Definition

Internal API to return information about running Application Pools.

public Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo[]? GetIISApplicationPools (Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection connection);
abstract member GetIISApplicationPools : Microsoft.VisualStudio.Debugger.DefaultPort.DkmTransportConnection -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo[]
Public Function GetIISApplicationPools (connection As DkmTransportConnection) As DkmIISAppPoolInfo()

Parameters

connection
DkmTransportConnection

[In] This represents a connection between the monitor and the IDE. It can either be a local connection if the monitor is running in the same process as the IDE, or it can be a remote connection. In the monitor process, there is only one connection.

Returns

[Out] Information about the running IIS Application Pools.

Applies to