This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MsDeploy.
Summary
Amount of time, in milliseconds, to wait for an application pool to recycle, start or stop. To return
immediately after requesting the operation (without waiting for completion), specify zero. To use the
application pool's startupTimeLimit and shutdownTimeLimit (or the sum of their values in the case of a
recycle), specify -1. The default value is -1.
- Assembly
- Cake
.MsDeploy .dll - Namespace
- Cake
.MsDeploy .Providers .MsDeployProviders - Containing Type
- RecycleAppProvider
Syntax
public Nullable<int> Timeout { get; set; }
Value
Type | Description |
---|---|
Nullable |