Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 4.22 KB

periodicrestartsettings-class.md

File metadata and controls

55 lines (42 loc) · 4.22 KB
title description ms.date ms.assetid
PeriodicRestartSettings Class
Specifies the conditions under which worker processes will be recycled.
10/07/2016
dfb46d88-0d13-f66b-440b-dd7eeef10582

PeriodicRestartSettings Class

Specifies the conditions under which worker processes will be recycled.

Syntax

class PeriodicRestartSettings : EmbeddedObject  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the PeriodicRestartSettings class.

Name Description
Memory A read/write uint32 value that specifies the amount of virtual memory, in kilobytes, that a worker process can use before the worker process recycles. The maximum value is 4,294,967. The default is 0 kilobytes, which means that the amount of virtual memory that a worker process uses will not be a condition for recycling the worker process.
PrivateMemory A read/write uint32 value that specifies the amount of private memory, in kilobytes, that a worker process can use before the worker process recycles. The maximum value is 4,294,967. The default is 0 kilobytes, which means that the amount of private memory that a worker process uses will not be a condition for recycling the worker process.
Requests A read/write uint32 value that indicates the number of requests an out-of-process application should process before it is recycled. The default is 0, which means that the number of requests an out-of-process application handles will not be a condition for recycling it.
Schedule An array of ScheduleElement values that specify the local times at which an application will be recycled.
Time A read/write datetime value that specifies the amount of time before IIS recycles an isolated out-of-process application. The default value is 0, which disables the recycling.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the PeriodicRestart property of the RecyclingSettings class.

For more information about the Windows Management Instrumentation (WMI) date/time format, see CIM_DATETIME.

Inheritance Hierarchy

EmbeddedObject

PeriodicRestartSettings

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

EmbeddedObject Class
RecyclingSettings Class
ScheduleElement Class