Méthode | Description | |
---|---|---|
AddToIisIfNotExists ( ) : void |
Adds pool to IIS if not exists.
|
|
Dispose ( ) : void |
Disposes the instance of IIS Application Pool and frees the underlying resources, can reduce the amount of the memory leak in Server Manager
|
|
IisApplicationPool ( |
Initializes a new instance of the IisApplicationPool class.
|
|
IisApplicationPool ( string poolName, string managedRuntimeVersion = DefaultManagedRuntimeVersion, string pipeline = DefaultPipeline, bool enable32BitAppOnWin64 = false ) : System |
Initializes a new instance of the IisApplicationPool class.
|
|
Recycle ( ) : void |
Recycles application pool in IIS.
|
|
Remove ( ) : void |
Removes the pool from IIS
|
public IisApplicationPool ( |
||
pool | /// The pool. /// | |
Résultat | System |
public IisApplicationPool ( string poolName, string managedRuntimeVersion = DefaultManagedRuntimeVersion, string pipeline = DefaultPipeline, bool enable32BitAppOnWin64 = false ) : System | ||
poolName | string | /// The pool name. /// |
managedRuntimeVersion | string | /// The managed Runtime Version. /// |
pipeline | string | /// The pipeline. /// |
enable32BitAppOnWin64 | bool | determines if enable32BitAppOnWin64 is required for the pool |
Résultat | System |