StateMachine(Of 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)

'Declaration
Protected Function Stop As StateMachine<(Of <(TReturn>)>)..::.StateResult
'Usage
Dim returnValue As StateMachine<(Of <(TReturn>)>)..::.StateResult 

returnValue = Me.Stop()

Return Value

Type: System.Web.Razor.StateMachine(Of TReturn).StateResult
The machine to stop.
Show: