ResumptionDynamicInfo<'Data> Type
Represents the delegated runtime continuation of a resumable state machine created dynamically
Constructors
Constructor | Description |
Full Usage: ResumptionDynamicInfo(initial) Parameters:
ResumptionFunc<'Data> Returns: ResumptionDynamicInfo<'Data> |
Create dynamic information for a state machine
|
Instance members
Instance member | Description |
Full Usage: this.MoveNext Parameters:
byref<ResumableStateMachine<'Data>> Modifiers: abstract |
Executes the MoveNext implementation of the state machine
|
Full Usage: this.ResumptionData | Additional data associated with the state machine |
Full Usage: this.ResumptionFunc | The continuation of the state machine |
Full Usage: this.SetStateMachine Parameters:
byref<ResumableStateMachine<'Data>> machineState : IAsyncStateMachine Modifiers: abstract |
Executes the SetStateMachine implementation of the state machine
|