ApplicationPool.Stop Method
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.
Stops the current application pool.
public:
Microsoft::Web::Administration::ObjectState Stop();
public Microsoft.Web.Administration.ObjectState Stop ();
member this.Stop : unit -> Microsoft.Web.Administration.ObjectState
Public Function Stop () As ObjectState
Returns
The current ObjectState value of the application pool.
Remarks
This method stops the application pool and then returns the new application pool state.