DisallowRotationOnConfigChange Property

MSBuild

The DisallowRotationOnConfigChange property specifies whether or not the World Wide Web Publishing Service (WWW Service) should rotate worker processes in an application pool when the configuration has changed. This means that the worker processes will not pick up application pool changes to values passed to the worker process, such as IdleTimeout and PeriodicRestartRequests.


Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property DisallowRotationOnConfigChange As Boolean
C#
public bool DisallowRotationOnConfigChange { get; set; }
C++
public property bool DisallowRotationOnConfigChange sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_DisallowRotationOnConfigChange();

/** property */
public void set_DisallowRotationOnConfigChange(bool value);
JScript
public function get DisallowRotationOnConfigChange() : bool

public function set DisallowRotationOnConfigChange(value : bool);

Property Value

Value indicating the DisallowRotationOnConfigChange.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.