Share via


StateMachine<TReturn>.Stay Method

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

Stays into the machine during the transition.

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

Syntax

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

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

Return Value

Type: System.Web.Razor.StateMachine<TReturn>.StateResult
Transition of the state machine.

See Also

Reference

StateMachine<TReturn> Class

Stay Overload

System.Web.Razor Namespace