Sdílet prostřednictvím


DkmIISAppPoolInfo.Create Metoda

Definice

Create novou instanci objektu DkmIISAppPoolInfo.

Toto rozhraní API bylo zavedeno v sadě Visual Studio 17 RTM (DkmApiVersion.VS17RTM).

public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo Create (string Name, System.Collections.ObjectModel.ReadOnlyCollection<string> Bindings, System.Collections.ObjectModel.ReadOnlyCollection<int> WorkerProcessIds);
static member Create : string * System.Collections.ObjectModel.ReadOnlyCollection<string> * System.Collections.ObjectModel.ReadOnlyCollection<int> -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmIISAppPoolInfo
Public Shared Function Create (Name As String, Bindings As ReadOnlyCollection(Of String), WorkerProcessIds As ReadOnlyCollection(Of Integer)) As DkmIISAppPoolInfo

Parametry

Name
String

[V] Název fondu aplikací.

Bindings
ReadOnlyCollection<String>

[V] Vazby identifikátoru URI přidružené k fondu aplikací.

WorkerProcessIds
ReadOnlyCollection<Int32>

[V] ID pracovních procesů přidružených k fondu aplikací.

Návraty

[Mimo] Výsledek volání této metody.

Platí pro