ApplicationPool.Failure Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets actions to take when the current application pool fails.
public:
property Microsoft::Web::Administration::ApplicationPoolFailure ^ Failure { Microsoft::Web::Administration::ApplicationPoolFailure ^ get(); };
public Microsoft.Web.Administration.ApplicationPoolFailure Failure { get; }
member this.Failure : Microsoft.Web.Administration.ApplicationPoolFailure
Public ReadOnly Property Failure As ApplicationPoolFailure
Property Value
An ApplicationPoolFailure object that specifies the actions to take when an application pool fails.
Remarks
You can use the properties and methods of the object returned by this property to configure the failure behavior of the current application pool. To set default values for all application pools on the server, use the ApplicationPoolDefaults object.