Header menu logo FSharp.Core

ResumptionDynamicInfo<'Data> Type

Represents the delegated runtime continuation of a resumable state machine created dynamically

Constructors

Constructor Description

ResumptionDynamicInfo(initial)

Full Usage: ResumptionDynamicInfo(initial)

Parameters:
Returns: ResumptionDynamicInfo<'Data>

Create dynamic information for a state machine

initial : ResumptionFunc<'Data>
Returns: ResumptionDynamicInfo<'Data>

Instance members

Instance member Description

this.MoveNext

Full Usage: this.MoveNext

Parameters:
Modifiers: abstract

Executes the MoveNext implementation of the state machine

machine : byref<ResumableStateMachine<'Data>>

this.ResumptionData

Full Usage: this.ResumptionData

Additional data associated with the state machine

this.ResumptionFunc

Full Usage: this.ResumptionFunc

The continuation of the state machine

this.SetStateMachine

Full Usage: this.SetStateMachine

Parameters:
Modifiers: abstract

Executes the SetStateMachine implementation of the state machine

machine : byref<ResumableStateMachine<'Data>>
machineState : IAsyncStateMachine

Type something to start searching.