Field<T>.Next(Object, T) 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.
public virtual Microsoft.Bot.Builder.FormFlow.Advanced.NextStep Next (object value, T state);
abstract member Next : obj * 'T -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
override this.Next : obj * 'T -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
Public Overridable Function Next (value As Object, state As T) As NextStep
Parameters
- value
- Object
- state
- T