StateMachine<TReturn>.StateResult Class
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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the state result.
protected class StateMachine<TReturn>.StateResult
Protected Class StateMachine(Of TReturn).StateResult
Type Parameters
- TReturn
- Inheritance
-
StateMachine<TReturn>.StateResult
Constructors
StateMachine<TReturn>.StateResult(StateMachine<TReturn>.State) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the StateMachine<TReturn>.StateResult class. |
StateMachine<TReturn>.StateResult(TReturn, StateMachine<TReturn>.State) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the StateMachine<TReturn>.StateResult class. |
Properties
HasOutput |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the state has output. |
Next |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the next state in the machine. |
Output |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the output. |