Share via


StateMachine<TReturn>.Stop Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Disables the machine upon transition.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Protected Function Stop As StateMachine<TReturn>.StateResult
'Usage
Dim returnValue As StateMachine<TReturn>.StateResult 

returnValue = Me.Stop()
protected StateMachine<TReturn>.StateResult Stop()
protected:
StateMachine<TReturn>.StateResult^ Stop()
member Stop : unit -> StateMachine<TReturn>.StateResult
protected function Stop() : StateMachine<TReturn>.StateResult

Return Value

Type: System.Web.Razor.StateMachine<TReturn>.StateResult
The machine to stop.

See Also

Reference

StateMachine<TReturn> Class

System.Web.Razor Namespace