DkmIISAppPoolInfo.Create Methode

Definition

Create ein neues DkmIISAppPoolInfo-Objekt instance.

Diese API wurde in Visual Studio 17 RTM (DkmApiVersion.VS17RTM) eingeführt.

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

Parameter

Name
String

[In] Der Name des Anwendungspools.

Bindings
ReadOnlyCollection<String>

[In] Die dem Anwendungspool zugeordneten URI-Bindungen.

WorkerProcessIds
ReadOnlyCollection<Int32>

[In] Die Workerprozess-IDs, die dem Anwendungspool zugeordnet sind.

Gibt zurück

[Out] Ergebnis dieses Methodenaufrufs.

Gilt für: